Click or drag to resize

IndexBuilderNotificationType Enumeration

///
The enum IndexBuilderNotificationType represents index builder notification type

Namespace:  Dynamicweb.Indexing.Builders.Notifications
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
[JsonConverterAttribute(typeof(StringEnumConverter))]
public enum IndexBuilderNotificationType
Members
  Member nameValueDescription
Never0
EveryTime1
OnFailure2
See Also