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