Click or drag to resize
SearchDocumentGetValue Method
Gets value of a field.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public Object GetValue(
	string name
)

Parameters

name
Type: SystemString
Name of the field to retrieve value for.

Return Value

Type: Object
Value associated with field.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when field of given name does not exist.
See Also