TheCase |
Scroll |
TheCase represents and Thereforeā¢ case containing one or more Thereforeā¢ documents. All meta information for the case is contained in the IndexData member.
Namespace: Therefore.API
Visual Basic Public Class TheCase C# public class TheCase |
Name |
Description |
Gets the TheCaseDefinition of the case. |
|
Gets the unique identifier of the case. |
|
Gets the user name of the user who closed the case. |
|
Gets the user number of the user who closed the case. |
|
Gets the date and time when the case was closed. |
|
Gets the user name of the user who created the case. |
|
Gets the user number of the user who created the case. |
|
Gets the date and time when the case was created. |
|
Gets or sets the TheIndexData of the case. |
|
Gets whether the case is closed or not. |
Name |
Description |
Closes the Thereforeā¢ Case Manager window that was opened with TheCase.View(). |
|
Creates a new case and returns the case number. |
|
Creates a link between two Thereforeā¢ cases. |
|
Creates a link between a Thereforeā¢ case and document. |
|
Deletes a link between two Thereforeā¢ cases. |
|
Deletes a link between a Thereforeā¢ case and document. |
|
Gets a list of all document numbers contained in the case. |
|
Returns the history of the case. |
|
Loads the case with the specified case number. |
|
Opens Thereforeā¢ Case Manager to display the case. |