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

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

Property Value

Type: ISearchIndexInfo
See Also