Policy Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

This class defines a single policy used to validate data passed in to a PolicyBasedSynchronousEventHandler
Inheritance Hierarchy

SystemObject
  ContentStudio.EventActions.SynchronousEventHandlersPolicy

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

public sealed class Policy

The Policy type exposes the following members.

Constructors

  NameDescription
Public methodPolicy
Initializes a new instance of the Policy class with a specific name.
Top
Properties

  NameDescription
Public propertyCompare
Gets or sets the compare value
Public propertyDescription
Gets or sets the description of this Policy object.
Public propertyEnabled
Gets or sets a value indicating whether this Policy is enabled.
Public propertyInterpretValueAs
Gets or sets a value that specifies how an eventhandler ,deriving from the PolicyBasedSynchronousEventHandler class, should interpret this policy.
Public propertyName
Gets the name of this Policy object.
Public propertyValue
Gets or sets the value of this Policy object.
Public propertyValueClass
Gets or sets the value class of this Policy object.
Public propertyViolationMessage
Gets or sets the violation message of this Policy object.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetValueT
Gets the policy value as a specific data type.
Public methodToString (Inherited from Object.)
Top
Remarks

Note Note
This class was added in Content Studio version 5.2 SP1.
See Also

Reference