SearchSettingsInfoGetFlag Method |
Gets value associated with flag name.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public virtual bool GetFlag(
string name
)
Parameters
- name
- Type: SystemString
Name of flag to return value for.
Return Value
Type:
BooleanReturns flag value, or false when flag is not present. Use
ContainsColumn(String) to determine whether flag exists.
See Also