| SpecialFieldsDefinitionFillItems Method | 
            Fills list items.
            
 
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also