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

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

The XmlIndexSyncHandler 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.
(Inherited from SynchronousEventHandlerBase.)
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 Init
Inits this instance by parsing the passed in content. From this content Xml based Ept field information is extracted and loaded into the Fields collection.
(Overrides SynchronousEventHandlerBaseInit.)
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.
(Inherited from SynchronousEventHandlerBase.)
Protected method ParseInputXml
Parses the xml passed in the eventhandler's eventXmlArguments argument.
(Inherited from SynchronousEventHandlerBase.)
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.
(Inherited from SynchronousEventHandlerBase.)
Top
See Also

Reference