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

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

The SynchronousEventHandlerBase type exposes the following members.

Methods

  Name Description
Public method Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected method Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
Protected method DoWork
When implemented in derived class performs the actual work in the event handler.
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.
Protected method Static member EventToName
Gets the name of the event that triggered this event handler ex. OnDocumentSave.
Protected method Finalize
Releases unmanaged resources and performs other cleanup operations before the SynchronousEventHandlerBase is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Protected method Finish
Performs actions after that the actual work of the event handler has finished.
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.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method Init
Inits this instance.
Protected method MemberwiseClone (Inherited from Object.)
Protected method ParseCustomData
When implemented in derived classes, parses the custom data passed in to the event handler's customData parameter.
Protected method ParseInputXml
Parses the xml passed in the eventhandler's eventXmlArguments argument.
Public method ToString (Inherited from Object.)
Protected method ValidateEvent
When implemented in derived classes, examines the event that triggered this event handler and returns a value that specifies whether the handler is valid for the event executed.
Top
See Also

Reference