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