The DocType object can be retrieved with ChronoDocument.GetDocumentType.
Methods:
Type
|
Method
|
Description
|
void
|
RenameType
|
Parameters
newname - The new name for the type
Rename the current type.
|
void
|
SetFieldDefaultValueForType
|
Parameters
fieldname - Name of the field
value - Value for the field when this type is set.
Set default field value for this type. These values will be set when the Document Type is assigned or manually set to a document.
|
Short
|
SetStatus
|
Description: Set the document type status (Enterprise System)
Parameters:
String newStatus, valid values "configured", "toreview", "toconfigure"
|