IRecyclingBinItem Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Represents a found document returned from the Recycling bin

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public interface IRecyclingBinItem

The IRecyclingBinItem type exposes the following members.

Properties

  NameDescription
Public propertyCheckoutStatus
Gets the checkout status of the deleted document.
Public propertyContentSize
Gets the size of the document content.
Public propertyContentType
Gets the content type (mime type) of the deleted document.
Public propertyCreatedBy
Gets name of the person that created the deleted document.
Public propertyDeletedBy
Gets name of the person that deleted the document.
Public propertyDeletedById
Gets an identifier to the person that deleted the document.
Public propertyDeletedDate
Gets a value that indicates when the document was deleted.
Public propertyDescription
Gets a description of the document.
Public propertyDocumentId
Gets the identifier of the document deleted.
Public propertyFileName
Gets the name of the file that represents the document.
Public propertyFileSize
Gets the size of the file representing the deleted document.
Public propertyImagesAvailable
Gets a value that indicates what processed images are available for the deleted document.
Public propertyModifiedDate
Gets a value that indicates when the document last was modified.
Public propertyName
Gets the name of the deleted document.
Public propertyOriginalCategoryId
Gets the original category id where the document was located before it was deleted.
Public propertyOriginalCategoryName
Gets the name of the original category where the document was located before it was deleted.
Public propertyPublishDate
Gets the publish date of the deleted document.
Public propertyPublishStatus
Gets the document's publish status.
Public propertyRevisionStatus
Gets the revision status of the deleted document.
Public propertyWfStatusText
Gets the workflow status text of the document deleted.
Public propertyVirtualPath
Gets the virtual path of the deleted document.
Top
See Also

Reference