CaseDocumentService
The CaseDocumentService provides operations that allow you to obtain and display a list of case documents associated with a case reference or work item; delete, download or open a selected document from the previously obtained list; or delete orphaned case folders.
CaseDocumentService operations are used by the documents-view business component.
- CaseDocumentServiceModel
CaseDocumentServiceModel is the object model used by CaseDocumentService operations to pass data in service requests and responses. - deleteDocument
Delete the currently selected case document. - deleteOrphanedFolders
Deletes orphaned case folders, that is, case folders whose case objects have been deleted. - downloadDocument
Download the currently selected case document. - fetchDocuments
Fetch the list of case documents associated with either the currently selected work item or a specified case reference. - openDocument
Open the currently selected case document.
Copyright © Cloud Software Group, Inc. All rights reserved.