SearchFieldsPrepareContentValue Method |
Prepares value to add to content field.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public virtual string PrepareContentValue(
Object value,
bool stripTags
)
Parameters
- value
- Type: SystemObject
Value to add - stripTags
- Type: SystemBoolean
Indicates whether tags should be stripped
Return Value
Type:
StringImplements
ISearchFieldsPrepareContentValue(Object, Boolean)See Also