Click or drag to resize
SearchHelperCreateEmptyDocument Method

Note: This API is now obsolete.

Creates empty search document.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Use new SearchDocument() instead.")]
public static SearchDocument CreateEmptyDocument()

Return Value

Type: SearchDocument
See Also