DocumentApprovePolicySyncHandler Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The DocumentApprovePolicySyncHandler type exposes the following members.

Methods

  Name Description
Public method Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from SynchronousEventHandlerBase.)
Protected method Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from SynchronousEventHandlerBase.)
Protected method DoWork
When implemented in derived class performs the actual work in the event handler.
(Inherited from SynchronousEventHandlerBase.)
Public method Equals (Inherited from Object.)
Public method EventHandler
Defines a standard event handler for Content Studio syncronous server side events. Content Studio calls this implements this interface when an synchrous event occurs.
(Inherited from SynchronousEventHandlerBase.)
Protected method Finalize
Releases unmanaged resources and performs other cleanup operations before the SynchronousEventHandlerBase is reclaimed by garbage collection.
(Inherited from SynchronousEventHandlerBase.)
Protected method Finish
Performs actions after that the actual work of the event handler has finished.
(Overrides SynchronousEventHandlerBaseFinish.)
Public method Code example GetCustomConfiguration
Gets a configuration file with a specific name. This file is located in the same directory as the Content Studio runtime.
(Inherited from SynchronousEventHandlerBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method GetValidationXmlSchema
Gets the XML schema that is used to validate the passed in XML-based policy definitions.
(Inherited from PolicyBasedSynchronousEventHandler.)
Protected method Init
Inits this instance and performs the actual validation operation
(Inherited from PolicyBasedSynchronousEventHandler.)
Protected method InterpretPolicyValue
Interprets the value of a specific Policy.
(Inherited from PolicyBasedSynchronousEventHandler.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ParseCustomData
Parses the xml based custom data that contains the policy definitions. This data is supplied by the person in Content Studio that creates the event subscription.
(Inherited from PolicyBasedSynchronousEventHandler.)
Protected method ParseInputXml
Parses the xml passed in the eventhandler's eventXmlArguments argument.
(Inherited from SynchronousEventHandlerBase.)
Protected method Code example PerformPolicyValidation
Performs the policy validation.
(Inherited from PolicyBasedSynchronousEventHandler.)
Public method ToString (Inherited from Object.)
Protected method ValidateEvent
Examines the event that triggered this event handler and returns a value that specifies whether the handler is valid for the event executed.
(Overrides SynchronousEventHandlerBaseValidateEvent(Int32).)
Protected method Code example ValidatePolicy
When implemented in derived classes validates that the affected Content Studio document meets the rule specified in the policy.
(Inherited from PolicyBasedSynchronousEventHandler.)
Top
See Also

Reference