DocumentSaveAsyncHandler Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The DocumentSaveAsyncHandler type exposes the following members.

Properties

  Name Description
Protected property CallerEmailAddress
Gets or sets the caller email address. Currently (CS 5.2 SP1) this property is not implemented and always returns null (Nothing in Visual Basic).
(Inherited from AsynchronousEventHandlerBase.)
Protected property CallerIdentifier
Gets the internal Content Studio identifier of the caller.
(Inherited from AsynchronousEventHandlerBase.)
Protected property CallerLogOnName
Gets the login name of the calling user.
(Inherited from AsynchronousEventHandlerBase.)
Protected property CallerName
Gets the name of the caller.
(Inherited from AsynchronousEventHandlerBase.)
Protected property CallerSessionId
Gets the caller's session id.
(Inherited from AsynchronousEventHandlerBase.)
Protected property CallerSid
Gets or sets the SecurityIdentifier of the calling user. Currently (CS 5.2 SP1) this property is not implemented and always returns null (Nothing in Visual Basic).
(Inherited from AsynchronousEventHandlerBase.)
Protected property CallerUserKey
Gets or sets the caller's user key. Currently (CS 5.2 SP1) this property is not implemented and always returns null (Nothing in Visual Basic).
(Inherited from AsynchronousEventHandlerBase.)
Protected property CategoryId
Gets the category id.
(Inherited from AsynchronousEventHandlerBase.)
Protected property ConnectionId
Gets the connection id.
(Inherited from AsynchronousEventHandlerBase.)
Protected property Credentials
Gets the credentials passed in to the event handler.
(Inherited from AsynchronousEventHandlerBase.)
Protected property DocumentId
Gets the document id.
(Inherited from AsynchronousEventHandlerBase.)
Protected property DocumentName
Gets the name of the document. This is the name including the path relative the site root ex. System/Stylesheets/IE_Style
(Inherited from AsynchronousEventHandlerBase.)
Protected property DocumentTitle
Gets the document title which is the name of the document without the path ex. IE_Style
(Inherited from AsynchronousEventHandlerBase.)
Protected property EncodingName
Gets the encoding name of the document. This value can be null (Nothing in Visual Basic).
(Inherited from AsynchronousEventHandlerBase.)
Protected property EventId
Gets the numeric event identifier.
(Inherited from AsynchronousEventHandlerBase.)
Protected property EventName
Gets the name of the event.
(Inherited from AsynchronousEventHandlerBase.)
Protected property EventTimestamp
Gets A date time value that indicates when the event was triggered in Content Studio.
(Inherited from AsynchronousEventHandlerBase.)
Protected property ExtendedPropertyCount
Gets the number of extended properties.
(Inherited from AsynchronousEventHandlerBase.)
Protected property ExtendedPropertyNames
Gets the extended property names.
(Inherited from AsynchronousEventHandlerBase.)
Protected property ExternalDocumentId
Gets the document identifier of an object that has been scheduled by an external provider.
(Inherited from AsynchronousEventHandlerBase.)
Protected property FileName
Gets the name of the document's file on disc. Ex. C:\Content Studio\CS52\Sites\Site52\System\Stylesheets\F0B85EEC-925B-4A70-8D95-D14D48C76978.aspx
(Inherited from AsynchronousEventHandlerBase.)
Protected property Guoid
Gets the document GUOID (Global object unique identifier) in its string format.
(Inherited from AsynchronousEventHandlerBase.)
Protected property MessageId
Gets the unique message id.
(Inherited from AsynchronousEventHandlerBase.)
Protected property QueueId
Gets the queue identifier. Service manager can inject this value when it handles the job
(Inherited from AsynchronousEventHandlerBase.)
Protected property Status
Gets or sets the status to report back to Content Studio after a successful operation. This message will be recorded in the Content Studio event log.
(Inherited from AsynchronousEventHandlerBase.)
Public property SupportedEventIdentifier
Gets the numeric identifier of the event allowed.
Public property SupportedEventName
Gets the name of the event allowed.
Protected property TimeOut
Gets the time out value that was provided to the event handler.
(Inherited from AsynchronousEventHandlerBase.)
Top
See Also

Reference