PolicyValueInterpretation Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Specifies how the value of the policy should be interpreted by the event handler

Namespace: ContentStudio.EventActions.SynchronousEventHandlers
Assembly: SyncEvtHand (in SyncEvtHand.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum ValueInterpretation
Members

  Member nameValueDescription
NotApplicable0 The value cannot be interpreted in any standard way.
Maximum1 The value in the policy is the maximum value allowed in the document comparison data.
Minimum2 The value in the policy is the minimum value allowed in the document comparison data.
Equal3 The value in the policy must be equal to the document comparison data.
NotEqual4 The value in the policy cannot be equal to the document comparison data.
Contains5 The value must exist in the document comparison data.
ContainsNot6 The value may not exist in the document comparison data.
See Also

Reference