Click or drag to resize
ISearchFieldSetFlag Method
Sets value of a flag associated with name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
void SetFlag(
	string name,
	bool value
)

Parameters

name
Type: SystemString
Name of the flag.
value
Type: SystemBoolean
Value to associate with the flag.
See Also