UniSelectorLoadSpecialFields Method |
Loads special fields to drop down.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected 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