SpecialFieldsDefinitionFillItems Method |
Fills list items.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax public void FillItems(
ListItemCollection items,
string securityPurpose = null
)
Parameters
- items
- Type: System.Web.UI.WebControlsListItemCollection
Items collection to be loaded - securityPurpose (Optional)
- Type: SystemString
Prevents the control values from being maliciously used in a different control. A suitable value can be the control's ClientID.
See Also