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

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

The DocumentDestroyAsyncHandler 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 AsynchronousEventHandlerBase.)
Protected method Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from AsynchronousEventHandlerBase.)
Protected method DoWork
When implemented in derived class performs the actual work in the event handler.
(Inherited from AsynchronousEventHandlerBase.)
Public method Equals (Inherited from Object.)
Protected method ExistsExtendedProperty
Determines whether the specified extended property exists.
(Inherited from AsynchronousEventHandlerBase.)
Protected method Finalize
Releases unmanaged resources and performs other cleanup operations before the AsynchronousEventHandlerBase is reclaimed by garbage collection.
(Inherited from AsynchronousEventHandlerBase.)
Protected method Finish
This method gets called after that the event handler work operation has been completed.
(Inherited from AsynchronousEventHandlerBase.)
Protected method GetExtendedPropertyValue(Type, String)
Gets the extended property value as a specific data type.
(Inherited from AsynchronousEventHandlerBase.)
Protected method GetExtendedPropertyValueT(String)
Gets the extended property value as a specific data type.
(Inherited from AsynchronousEventHandlerBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method Init
When overridden in derived classes, performs custom initialization.
(Inherited from AsynchronousEventHandlerBase.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ParseCustomData
When overridden in derived classes, developers can use this method to get the custom data passed in to the event handler.
(Inherited from AsynchronousEventHandlerBase.)
Protected method Code example ParseInputXml
Parses the event data xml passed in the event handler.
(Inherited from AsynchronousEventHandlerBase.)
Protected method Code example PreInit
Initializes the value of the passed event handler properties to their corresponding properties.
(Inherited from AsynchronousEventHandlerBase.)
Public method ToString (Inherited from Object.)
Protected method ValidateEvent
Checks whether the current handler is valid for the OnDocumentDestroy event.
(Overrides AsynchronousEventHandlerBaseValidateEvent(Int32).)
Top
See Also

Reference