Parameters
- strName
- name of the option
- mlDescription
- multilang description of the option
- bIsActive
- state of the option
Return Value
Returns added Option.
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when strName is null . |
System.ArgumentException | Thrown when strName is empty . |
System.ArgumentException | Thrown when mlDescription is empty . |
System.ArgumentException | Thrown when Option with strName already exists in OptionGroup. |