public Option AddOption( string strName, MultiLangString mlDescription, bool bIsActive )
public: Option^ AddOption( String^ strName, MultiLangString^ mlDescription, bool bIsActive )
Parameters
| Parameter Name | Description |
|---|---|
| strName | name of the option |
| mlDescription | multilang description of the option |
| bIsActive | state of the option |
Return Value
Returns added Option.