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

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

The DocumentSaveSyncHandler 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.
(Inherited from SynchronousEventHandlerBase.)
Public property ArchiveDate
Gets the archive date of the document that triggered the event. This value can be null to indicate no limit.
(Inherited from SynchronousEventHandlerBase.)
Public property CalledByUser
Gets an object that represents the user that initiated the event.
(Inherited from SynchronousEventHandlerBase.)
Public property CallerEmailAddress
Gets or sets the caller email address.
(Inherited from SynchronousEventHandlerBase.)
Public property CallerLogOnName
Gets the logon name of the calling user.
(Inherited from SynchronousEventHandlerBase.)
Public property CallerName
Gets the name of the caller.
(Inherited from SynchronousEventHandlerBase.)
Public property CallerSessionId
Gets the caller's session id.
(Inherited from SynchronousEventHandlerBase.)
Public property CallerSid
Gets the SecurityIdentifier of the calling user.
(Inherited from SynchronousEventHandlerBase.)
Public property CallerUserKey
Gets the caller's user key.
(Inherited from SynchronousEventHandlerBase.)
Public property Cancel
Gets or sets a value indicating whether this SynchronousEventHandlerBase is cancelled.
(Inherited from SynchronousEventHandlerBase.)
Public property CategoryId
Gets the category id.
(Inherited from SynchronousEventHandlerBase.)
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
(Inherited from SynchronousEventHandlerBase.)
Public property ConnectionId
Gets or sets the connection id.
(Inherited from SynchronousEventHandlerBase.)
Public property Content
Gets or sets the content of the affected Content Studio document.
(Inherited from SynchronousEventHandlerBase.)
Public property ContentBinary
Gets the binary content passed in.
(Inherited from SynchronousEventHandlerBase.)
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).
(Inherited from SynchronousEventHandlerBase.)
Public property Credentials
Gets the credentials passed in to the event handler.
(Inherited from SynchronousEventHandlerBase.)
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
(Inherited from SynchronousEventHandlerBase.)
Public property DocumentId
Gets the document id.
(Inherited from SynchronousEventHandlerBase.)
Public property DocumentName
Gets or sets the name of the document.
(Inherited from SynchronousEventHandlerBase.)
Public property DocumentStatus
Gets a value that specifies a set of different status properties of the document that triggered the event.
(Inherited from SynchronousEventHandlerBase.)
Public property DocumentTitle
Gets or sets the document title.
(Inherited from SynchronousEventHandlerBase.)
Public property DocumentType
Gets the type of the document that triggered the event.
(Inherited from SynchronousEventHandlerBase.)
Public property EncodingName
Gets or sets the encoding name of the document. This value can be null
(Inherited from SynchronousEventHandlerBase.)
Public property EptContent
Gets the content of the ept document as an object as Content Studio's implementation of the ICSEptContent interface.
(Inherited from SynchronousEventHandlerBase.)
Public property EventHandlerName
Gets the name of the event handler.
(Inherited from SynchronousEventHandlerBase.)
Public property EventId
Gets the event id.
(Inherited from SynchronousEventHandlerBase.)
Public property EventIdentifier
Gets the numeric identifier of the event that is allowed by this Content Studio event handler.
Public property EventName
Gets the name of the event.
Public property EventTimestamp
Gets the event timestamp.
(Inherited from SynchronousEventHandlerBase.)
Public property ExtendedProperties
Gets a collection of extended properties passed in.
(Inherited from SynchronousEventHandlerBase.)
Public property FileName
Gets or sets the name of the document's file of disc.
(Inherited from SynchronousEventHandlerBase.)
Public property Guoid
Gets the Guoid identifier of the document.
(Inherited from SynchronousEventHandlerBase.)
Public property MessageId
Gets or sets the message id.
(Inherited from SynchronousEventHandlerBase.)
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.
(Inherited from SynchronousEventHandlerBase.)
Public property PublishDate
Gets the publish date of the document that triggered the event.
(Inherited from SynchronousEventHandlerBase.)
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.
(Inherited from SynchronousEventHandlerBase.)
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
(Inherited from SynchronousEventHandlerBase.)
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.
(Inherited from SynchronousEventHandlerBase.)
Public property Status
Gets or sets the status in the event handler call.
(Inherited from SynchronousEventHandlerBase.)
Public property StatusText
Gets or sets the status text in the event handler call.
(Inherited from SynchronousEventHandlerBase.)
Public property VirtualPath
Gets the virtual path of the document.
(Inherited from SynchronousEventHandlerBase.)
Top
See Also

Reference