| Name | Description | Type | Additional information |
|---|---|---|---|
| ControlID |
This will return Html Id of control. |
globally unique identifier |
None. |
| ControlName |
This will return name of control. |
string |
None. |
| ControlHtmlID |
This will return control id which is unique for selected template. |
string |
None. |
| GroupName |
This will return GroupName |
string |
None. |
| Label |
This will return label text |
string |
None. |
| PageNo |
This will return page number for the control. |
integer |
None. |
| Required |
This will return flag whether control is required or not. |
boolean |
None. |
| ControlValue |
This will return the Recipients provided control value. |
string |
None. |
| RoleId |
This will return role id associted with control. |
GUID |
None. |
| RoleName |
This will return role name associted with control. |
string |
None. |
| SelectControlOptions |
This will return drop down Option |
Collection of SelectControlOptionsPOCO |
None. |