| UniSelectorLoadSpecialFields Method | 
            Loads special fields to drop down.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxprotected void LoadSpecialFields(
	string securityPurpose
)
Parameters
- securityPurpose
- 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