Click or drag to resize
IsIndexFieldEventArgsIndex Property
Index for which to indicate whether field represented by SearchSettings is an index field, or null to perform index agnostic detection (i.e. whether field is included in any index type).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public ISearchIndexInfo Index { get; set; }

Property Value

Type: ISearchIndexInfo
See Also