ListDefDocument Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Represents a Content Studio document returned from the GetDocumentsInList(ConnectionId, SessionId, Guid, Int32, Int32, String, String) API.
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.ListingListDefDocument

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

[SerializableAttribute]
public class ListDefDocument

The ListDefDocument type exposes the following members.

Constructors

  NameDescription
Public methodListDefDocument
Initializes a new instance of the ListDefDocument class
Top
Properties

  NameDescription
Public propertyCategoryId
Gets or sets the document category unique identifier.
Public propertyCheckedOutStatus
Gets or sets a value that determine if and how the document is checked out
Public propertyDeletedDate
Gets or sets when the document was deleted.
Public propertyDescription
Gets or sets a value that represents the description of the document.
Public propertyDocumentId
Gets or sets the document unique identifier.
Public propertyDocumentType
Gets or sets a value that indicates the type of document.
Public propertyFilename
Gets or sets a value represening the filename of the document.
Public propertyGuoid
Gets or sets a value that represents the Guoid of the document.
Public propertyLastPublishState
Return the publish status of a document
Public propertyMimetype
Gets or sets a value that represents mime type of the document.
Public propertyModified
Gets or sets when the document last was modified.
Public propertyModifiedBy
Gets or sets the name of the user that last modified the document.
Public propertyName
Gets or sets the name of the document.
Public propertySize
Gets or sets a value that represents the size (in bytes) of the document.
Public propertyThumbnailUrl
Gets or sets a value represening the url to a thumnail image for the document. Value is empty string when no thumbnail is present.
Public propertyVirtualPath
Gets or sets a value that represents the virtual path of the document.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

This class was added in CS 5.6
See Also

Reference