ISearchFieldSetFlag Method |
Sets value of a flag associated with name.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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