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

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

Parameters

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

Implements

ISearchFieldSetFlag(String, Boolean)
See Also