Click or drag to resize
SearchDocumentNames Property
Gets enumeration of field names contained in the search document.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<string> Names { get; }

Property Value

Type: IEnumerableString
See Also