Table of Contents

Enum IndexBuilderNotificationType

Namespace
Dynamicweb.Indexing.Builders.Notifications
Assembly
Dynamicweb.Core.dll

///

The enum IndexBuilderNotificationType represents index builder notification type

public enum IndexBuilderNotificationType

Fields

EveryTime = 1
Never = 0
OnFailure = 2
To top