Table of Contents

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 = 1
Never = 0
OnFailure = 2
To top