Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
SearchDocument Class
SearchDocument Methods
Add Method
Contains Method
GetStore Method
GetTokenize Method
GetValue Method
Remove Method
SearchDocument
GetValue Method
Gets value of a field.
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
Copy
public
Object
GetValue
(
string
name
)
Parameters
name
Type:
System
String
Name of the field to retrieve value for.
Return Value
Type:
Object
Value associated with field.
Exceptions
Exception
Condition
ArgumentException
Thrown when field of given name does not exist.
See Also
Reference
SearchDocument Class
CMS.DataEngine Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com