Click or drag to resize

SchemaDefinitionFields Property

Gets or sets fields

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

Property Value

Type: IEnumerableFieldDefinitionBase
See Also