Enum ResultDialogFunctionType
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public enum ResultDialogFunctionType
Fields
| Name | Description |
|---|---|
| AppendFromBasket | Function that allows you to attach selected documents from the selected basket / document tray to a document or database entry in the result list. |
| ChangeDocumentStatus | The function for setting the status of a document version from, e.g. "Out of Date" or "In Progress" to "Up to Date". |
| ChangeIndexOfMultipleDocuments | Function for selecting several documents, calling up an index field and editing the entry for all selected documents. |
| CheckOutToBasket | The function for checking out a document from the file cabinet to a basket / document tray and editing it there. During this time, the document is locked in the file cabinet, but can be viewed in read-only mode. |
| CheckOutToFileSystem | The function for checking out a document from the file cabinet to a Windows file system and editing it there. During this time, the document is locked in the file cabinet, but can be viewed in read-only mode. |
| CopyIntoAnotherFileCabinet | Function that allows you to copy a selected document into a different file cabinet. |
| CopyToBasket | Function that allows you to place a copy of the selected documents in the selected basket / document tray in Windows Client or Web Client. |
| CreateREQUEST | Functions for storing the documents in a DocuWare Request. |
| DeleteSelectedDocument | Function for deleting documents selected in the result list. |
| DisplayDocument | Function for displaying the document in the Viewer. |
| DisplayInfoBox | Function for opening the infobox for a highlighted document. This allows you to view and modify all database entries for the document as well as the contents of the system fields - such as store date and DocID. |
| DownloadAsOriginal | The function for downloading a document in the original format from a result list. |
| DownloadAsPDFWithAnno | The function for downloading a document from a result list in PDF format with annotations. |
| DownloadAsPDFWithoutAnno | The function for downloading a document from a result list in PDF format without annotations. |
| EditDocument | The function for editing documents in the original program and saving the changes back to the archived document. |
| EMailForward | The function for forwarding an email that is stored in DocuWare. If this function is used in the result list, the email client, e.g. Outlook, opens with a normal forward email. |
| EMailReply | The function for creating a reply email to an email that is stored in DocuWare. If this function is used in the result list, the email client, e.g. Outlook, opens with a normal reply email. |
| EMailReplyAll | The function for creating a reply email to all parties for an email that is stored in DocuWare. If this function is used in the result list, the email client, e.g. Outlook, opens with a normal reply-to-all email. |
| ExportToCSV | Function for exporting the document to CSV. |
| LinkSearch | Function for displaying documents linked to a document selected in the result list. It opens a dialog listing all the link definitions for that document. When you select one of these definitions, the linked documents are displayed. |
| PrintSelectedDocument | Function for printing documents that are selected in the result list. |
| SendAsHyperlink | The function for sending a document from a result list as a hyperlink in an email. |
| SendAsOriginal | The function for sending a document in the original format from a result list as an email attachment. |
| SendAsPDFWithAnno | The function for sending a document from a result list in PDF format with annotations as an email attachment. |
| SendAsPDFWithoutAnno | The function for sending a document from a result list in PDF format without annotations as an email attachment. |
| SendREQUEST | Functions for sending a DocuWare Request. |
| SendResultList | The function for sending a currently open result list by email. A hyperlink is inserted in the email with the search query on which the current result list is based. |
| ShowInSeparateViewer | The function for opening the documents of a result list in different viewers. A new Viewer is opened for each document when you want to view the document. This makes it easy to compare documents with each other. |
| ShowVersionHistory | The function for displaying all versions of a document. |
| ShowWorkflowHistory | Function for displaying the workflow tracking which is linked to the document. |
| StartNewRetrieval | Function for initiating a new search. The search dialog contains the search terms used in the last search. |
| Versions | Function that allows you to show or hide checked-out documents Checked-out documents can only be viewed by other users. No overlays can be shown, and no stamps added. |