Click or drag to resize

SchemaDefinitionFieldsFromIndexDefinition Property

Gets or sets fields from index definition

Namespace:  Dynamicweb.Indexing.Schemas
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
[JsonConverterAttribute(typeof(FieldJsonConverter))]
public IEnumerable<FieldDefinitionBase> FieldsFromIndexDefinition { get; set; }

Property Value

Type: IEnumerableFieldDefinitionBase
See Also