ISearchFieldGetFlag Method |
Gets value of a flag associated with name.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax bool GetFlag(
string name
)
Parameters
- name
- Type: SystemString
Name of the flag.
Return Value
Type:
BooleanValue of flag
name. Returns false if flag does not exist.
See Also