Click or drag to resize
UniSelectorLoadSpecialFields Method
Loads special fields to drop down.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax
C#
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