Click or drag to resize
ISearchDocument.PrepareContentValue Method
Prepares value to add to content field.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
string PrepareContentValue(
	Object value,
	bool stripTags
)

Parameters

value
Type: System.Object
Value to add
stripTags
Type: System.Boolean
Indicates whether tags should be stripped

Return Value

Type: String
See Also