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

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

The DocumentComponentSupport type exposes the following members.

Methods

  Name Description
Public method CountChildren(ConnectionId, SessionId, DocumentId)
Returns the number of child documents for a certain document. The Count children component uses this method.
Public method CountChildren(ConnectionId, SessionId, DocumentId, DateTime)
Returns the number of child documents for a certain document. The Count children component uses this method.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method DocList(ConnectionId, SessionId, CategoryId, Int32, DocumentComponentSupportDocListSortorder)
Returns a list of documents and properties. The Document List component uses this method.
Public method DocList(ConnectionId, SessionId, CategoryId, Int32, DocumentComponentSupportDocListSortorder, DateTime)
Returns a list of documents and properties. The Document List component uses this method.
Public method DocList(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 method DocListForInsert(ConnectionId, SessionId, CategoryId, DocumentId, Int32, DocumentComponentSupportDocListSortorder)
Returns a list of documents and properties. The Insert multiple documents component uses this method.
Public method DocListForInsert(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 method DocumentCollection
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 method DocumentPublishedTreeReverse
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 method DocumentStatistics
Returns information about a certain document. The Document Information component uses this method.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method ListChildren(ConnectionId, SessionId, DocumentId, DocumentId)
Returns a list of child documents of a document
Public method ListChildren(ConnectionId, SessionId, DocumentId, DateTime)
Returns a list of child documents of a document
Public method ListChildren(ConnectionId, SessionId, DocumentId, DocumentId, DateTime)
Returns a list of child documents of a document
Public method ListChildren(ConnectionId, SessionId, DocumentId, DocumentId, DateTime, MenuCreatorListChildrenSortOrder)
Returns a list of child documents of a document
Public method ListDocumentsInCategoryWithDirectACE
Returns a list of documents in a category that have at least one direct ACE set
Public method RandomizeDocument(ConnectionId, SessionId, CategoryId)
Returns a randomly selected document that belongs to a certain category.
Public method RandomizeDocument(ConnectionId, SessionId, CategoryId, DateTime)
Returns a randomly selected document that belongs to a certain category.
Public method ToString (Inherited from Object.)
Top
See Also

Reference