Click or drag to resize
ISearchFieldGetFlag Method
Gets value of a flag associated with name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
bool GetFlag(
	string name
)

Parameters

name
Type: SystemString
Name of the flag.

Return Value

Type: Boolean
Value of flag name. Returns false if flag does not exist.
See Also