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

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

This class contains methods that supports several specialized AS components.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.DocumentDocumentSystemBase
        ContentStudio.DocumentDocumentBase
          ContentStudio.DocumentDocumentComponentSupport

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

public sealed class DocumentComponentSupport : DocumentBase

The DocumentComponentSupport type exposes the following members.

Constructors

  NameDescription
Public methodDocumentComponentSupport
Initializes a new instance of the DocumentComponentSupport class
Top
Methods

  NameDescription
Public methodCountChildren(ConnectionId, SessionId, DocumentId)
Returns the number of child documents for a certain document. The Count children component uses this method.
Public methodCountChildren(ConnectionId, SessionId, DocumentId, DateTime)
Returns the number of child documents for a certain document. The Count children component uses this method.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDocList(ConnectionId, SessionId, CategoryId, Int32, DocumentComponentSupportDocListSortorder)
Returns a list of documents and properties. The Document List component uses this method.
Public methodDocList(ConnectionId, SessionId, CategoryId, Int32, DocumentComponentSupportDocListSortorder, DateTime)
Returns a list of documents and properties. The Document List component uses this method.
Public methodDocList(ConnectionId, SessionId, CategoryId, Int32, DocumentComponentSupportDocListSortorder, DateTime, Boolean)
Returns a list of documents and properties optionally filtered on a specific document creator. The Document List component uses this method.
Public methodDocListForInsert(ConnectionId, SessionId, CategoryId, DocumentId, Int32, DocumentComponentSupportDocListSortorder)
Returns a list of documents and properties. The Insert multiple documents component uses this method.
Public methodDocListForInsert(ConnectionId, SessionId, CategoryId, DocumentId, DocumentId, Int32, DocumentComponentSupportDocListSortorder, DateTime)
Returns a list of documents and properties optionally filtered on a specific document creator. The Insert multiple documents component uses this method.
Public methodDocumentCollection
Returns documents in a category from a list of documents passed in. The Insert comma separated documents Content Studio component uses this method internally.
Public methodDocumentPublishedTreeReverse
Returns a parent-child chain from a certain document up to its parent or specified document id. If the caller does not have permission to browse a document in the chain the process exists with the last browsable document found. This method is used by the Tree menu component.
Public methodDocumentStatistics
Returns information about a certain document. The Document Information component uses this method.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodListChildren(ConnectionId, SessionId, DocumentId, DocumentId)
Returns a list of child documents of a document
Public methodListChildren(ConnectionId, SessionId, DocumentId, DateTime)
Returns a list of child documents of a document
Public methodListChildren(ConnectionId, SessionId, DocumentId, DocumentId, DateTime)
Returns a list of child documents of a document
Public methodListChildren(ConnectionId, SessionId, DocumentId, DocumentId, DateTime, MenuCreatorListChildrenSortOrder)
Returns a list of child documents of a document
Public methodListDocumentsInCategoryWithDirectACE
Returns a list of documents in a category that have at least one direct ACE set
Public methodRandomizeDocument(ConnectionId, SessionId, CategoryId)
Returns a randomly selected document that belongs to a certain category.
Public methodRandomizeDocument(ConnectionId, SessionId, CategoryId, DateTime)
Returns a randomly selected document that belongs to a certain category.
Public methodToString (Inherited from Object.)
Top
See Also

Reference