PolicyCompare Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets or sets the compare value

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

public string Compare { get; set; }

Property Value

Type: String
The compare value. This property can be null.
Remarks

This property provides a way for the caller to inform the handler which check operation to make. Compare is useful if you have more that one policy check to do and you need to inform the handler on what this policy should be checked against.
See Also

Reference