SynchronousEventHandlerBase Properties 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.

Properties

  Name Description
Public property ApprovedByUser
Gets an object that represents the user that approved the document that triggered the event. This value is null if the document is not approved yet.
Public property ArchiveDate
Gets the archive date of the document that triggered the event. This value can be null to indicate no limit.
Public property CalledByUser
Gets an object that represents the user that initiated the event.
Public property CallerEmailAddress
Gets or sets the caller email address.
Public property CallerLogOnName
Gets the logon name of the calling user.
Public property CallerName
Gets the name of the caller.
Public property CallerSessionId
Gets the caller's session id.
Public property CallerSid
Gets the SecurityIdentifier of the calling user.
Public property CallerUserKey
Gets the caller's user key.
Public property Cancel
Gets or sets a value indicating whether this SynchronousEventHandlerBase is cancelled.
Public property CategoryId
Gets the category id.
Public property CheckedOutByUser
Gets an object that represents the user that has checked out the document that triggered the event. This value is null if the document is not checked out
Public property ConnectionId
Gets or sets the connection id.
Public property Content
Gets or sets the content of the affected Content Studio document.
Public property ContentBinary
Gets the binary content passed in.
Public property CreatedByUser
Gets an object that represents the user that created the document that triggered the event. This value is null if the document is not yet created (OnBeforeDocumentSave).
Public property Credentials
Gets the credentials passed in to the event handler.
Public property DeletedByUser
Gets an object that represents the user that deleted the document that triggered the event. This value is null if the document is not deleted
Public property DocumentId
Gets the document id.
Public property DocumentName
Gets or sets the name of the document.
Public property DocumentStatus
Gets a value that specifies a set of different status properties of the document that triggered the event.
Public property DocumentTitle
Gets or sets the document title.
Public property DocumentType
Gets the type of the document that triggered the event.
Public property EncodingName
Gets or sets the encoding name of the document. This value can be null
Public property EptContent
Gets the content of the ept document as an object as Content Studio's implementation of the ICSEptContent interface.
Public property EventHandlerName
Gets the name of the event handler.
Public property EventId
Gets the event id.
Public property EventTimestamp
Gets the event timestamp.
Public property ExtendedProperties
Gets a collection of extended properties passed in.
Public property FileName
Gets or sets the name of the document's file of disc.
Public property Guoid
Gets the Guoid identifier of the document.
Public property MessageId
Gets or sets the message id.
Public property ModifiedByUser
Gets an object that represents the user that modified the document that triggered the event. This value is null if the document is not modified.
Public property PublishDate
Gets the publish date of the document that triggered the event.
Public property RejectedByUser
Gets an object that represents the user rejected the document that triggered the event. This value is null if the document is not sent for revison and has not been rejected.
Public property SaveOperationArguments
Gets an object that contains the argument that was passed in to the save operation operation that triggered the event. This property has a value only for the OnBeforeDocumentSave and the OnDocumentPreview events, otherwise the value is null
Public property SentForApprovalByUser
Gets an object that represents the user sent the document that triggered the event for revision. This value is null if the document is not sent for revison.
Public property Status
Gets or sets the status in the event handler call.
Public property StatusText
Gets or sets the status text in the event handler call.
Public property VirtualPath
Gets the virtual path of the document.
Top
See Also

Reference