| SearchDocumentGetStore Method |
Gets store flag of a field.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntaxpublic bool GetStore(
string name
)
Parameters
- name
- Type: SystemString
Name of the field to retrieve flag value for.
Return Value
Type:
BooleanStore flag associated with field.
Exceptions| Exception | Condition |
|---|
| ArgumentException | Thrown when field of given name does not exist. |
See Also