Enum IndexBuilderNotificationType
- Namespace
- Dynamicweb.Indexing.Builders.Notifications
- Assembly
- Dynamicweb.Indexing.dll
///
The enum IndexBuilderNotificationType represents index builder notification type
[JsonConverter(typeof(StringEnumConverter))]
public enum IndexBuilderNotificationType
Fields
EveryTime = 1Never = 0OnFailure = 2