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

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

The AsynchronousEventHandlerBase 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).
Protected property CallerIdentifier
Gets the internal Content Studio identifier of the caller.
Protected property CallerLogOnName
Gets the login name of the calling user.
Protected property CallerName
Gets the name of the caller.
Protected property CallerSessionId
Gets the caller's session id.
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).
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).
Protected property CategoryId
Gets the category id.
Protected property ConnectionId
Gets the connection id.
Protected property Credentials
Gets the credentials passed in to the event handler.
Protected property DocumentId
Gets the document id.
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
Protected property DocumentTitle
Gets the document title which is the name of the document without the path ex. IE_Style
Protected property EncodingName
Gets the encoding name of the document. This value can be null (Nothing in Visual Basic).
Protected property EventId
Gets the numeric event identifier.
Protected property EventName
Gets the name of the event.
Protected property EventTimestamp
Gets A date time value that indicates when the event was triggered in Content Studio.
Protected property ExtendedPropertyCount
Gets the number of extended properties.
Protected property ExtendedPropertyNames
Gets the extended property names.
Protected property ExternalDocumentId
Gets the document identifier of an object that has been scheduled by an external provider.
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
Protected property Guoid
Gets the document GUOID (Global object unique identifier) in its string format.
Protected property MessageId
Gets the unique message id.
Protected property QueueId
Gets the queue identifier. Service manager can inject this value when it handles the job
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.
Protected property TimeOut
Gets the time out value that was provided to the event handler.
Top
See Also

Reference