Click or drag to resize

IIndexBuilds Property

Gets or sets dictionary of IndexBuilder object instances

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
IDictionary<string, IIndexBuilder> Builds { get; set; }

Property Value

Type: IDictionaryString, IIndexBuilder
See Also