TheCaseDefinition Class |
Scroll |
TheCaseDefinition represents the definition of a Therefore™ case loaded from a data base table on the server.
Namespace: Therefore.API
Visual Basic Public Class TheCaseDefinition C# public class TheCaseDefinition |
Name |
Description |
Gets the auto append mode for this category. |
|
Gets or sets the background color of the category dialog. |
|
Gets the unique identifier of the case definition the category belongs to. |
|
Gets or sets the Check-in Comments Mode for the current category. |
|
Gets or sets the cover sheet mode for the current category. |
|
Gets the number of the current category. |
|
Gets or sets the description of the current category. |
|
Gets or sets whether or not document previews are shown in Navigator. |
|
Gets or sets the length of the document title. |
|
Gets or sets the empty document mode for the current category. |
|
Gets the number of category fields in the current category. |
|
Gets or sets the number of the folder containing the current category. |
|
Gets or sets the date limit for the full-text indexing. |
|
Gets or sets the full text mode for the current category. |
|
Gets the GUID of the category. |
|
Gets or sets the height of the category dialog. |
|
Returns whether or not the full text search on this category is enabled. |
|
Gets or sets the name of the category. |
|
Gets or sets if changes on the index data in this category generates a new document version or not. |
|
Gets the number of the query template (if one is associated with the current category). |
|
Gets the sub category field index (if the current category has a sub category field). |
|
Gets the name of the date base table containing the definition for the current category. |
|
Gets the title of the current category. |
|
Gets the version number of the current category. |
|
Gets the document number of the watermark image. |
|
Gets or sets the horizontal position of the watermark image. |
|
Gets or sets the watermark mode. |
|
Gets or sets the resolution of the watermark image in dots per inch (dpi). |
|
Gets or sets the vertical position of the watermark image. |
|
Gets or sets the width of the category dialog. |
|
Gets the full path of the Microsoft® Exchange public folder (if Microsoft® Exchange workflow is enabled for the current category). |
|
Gets the name of the Microsoft® Exchange form (if Microsoft® Exchange workflow is enabled for the current category). |
|
Gets or sets the process number of the associated workflow process (only for Therefore™ integrated workflow) a new workflow instance will be started in when a new document has been archived. |
|
Gets or sets the process number of the associated workflow process (only for Therefore™ integrated workflow) a new workflow instance will be started in when a document has been changed. |
Name |
Description |
Gets the field number for the specified column name. |
|
Creates a new category. |
|
Creates a new category field and adds it to the current category. |
|
Creates a new tab in a tab control field. |
|
Deletes a field from the category. |
|
Deletes a tab in a tab control field. |
|
Deletes the translation with the specified LCID from the category including category fields and tabs. |
|
Gets the column name for the specified field number. |
|
Returns an array of LCIDs used in the current category. |
|
Returns an array of field numbers that are used in calculation formulas for other fields. |
|
Gets the currently used LCID. |
|
Gets the description of the category in the specified language. |
|
Gets an TheCategoryField object representing the field with the specified column name. |
|
Gets an TheCategoryField object representing the field with the specified field ID. |
|
Gets an TheCategoryField object representing the field with the specified field number. |
|
Gets an TheCategoryField object representing the field with the specified field index. |
|
Returns an array of field numbers that are used for conditional formatting for other fields. |
|
Gets the keywords or possible values for the specified field. |
|
Gets an alphabetically sorted list of valid keywords or values for dependent fields for a certain field. |
|
Gets the name of the category in the specified language. |
|
Returns an array of TheCategoryField objects that are part of the specified table field. |
|
Returns whether or not the specified field is an auto append field. |
|
Loads the category definition from the Therefore™ server. |
|
Loads the category definition from the Therefore™ server for editing. |
|
Moves the field to a tab or from a tab to the main part of the dialog. |
|
Saves the changes made on the category definition. |
|
Sets the currently used LCID. |
|
Sets the description of the category for the specified language. |
|
Sets the name of the category for the specified language. |
|
Sets the number of a TheCategoryField object that is used as the subcategory index data field. |
|
Sets the document number that is used for watermarks. |
|
Removes the object lock from the category definition on the Therefore™ server. |