Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentManager Members

IDocumentManager overview

Public Instance Methods

CheckInDocument Checks in a new version of a document that is currently in the checked-out state.
CheckOutDocument Puts the document into the checked-out state.
CopyToFolder Copies documents and folders from a source parent folder to a target folder.
CreateDocumentFilter Creates an IDocumentFilter for querying documents.
CreateDocumentFolderFilter Creates an IDocumentFolderfilter for querying documents.
CreateNewDocument Returns a new IDocument instance.
CreateNewFolder Creates and returns a new IDocumentFolder instance.
GetDocument Returns an IDocument with the specified ID, or null if there is no document with the given ID.
GetDocumentFolder Returns an IDocumentFolder for the specified ID, or null if there is no document folder with the given ID.
GetSubscribedUserIDsOverloaded. Returns the IDs of the users who are subscribed to the given document folder.
GetTopLevelFolder Returns the top level folder for the given project.
InsertNewDocument Inserts a new document into the given parent document folder.
InsertNewFolder Inserts a new document folder into the given document folder.
QueryDocumentsOverloaded. Queries for documents contained in the specified project, and returns an array of IDocuments that satisfies the query filter.
QueryFolders Queries for document folders contained in the specified document folder, and returns an array of IDocumentFolders that satisfies the query filter.
RemoveDocument Deletes the document.
RemoveDocumentFolder Deletes the folder.
SubscribeUsersOverloaded. Subscribe users of the given IDs to the given document folder and all documents in that folder.
UndoDocumentCheckout Puts a document that is currently in the checked-out state into the non-checked-out state.
UnsubscribeUsersOverloaded. Unsubscribe users of the given IDs from a document.

See Also

IDocumentManager Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace