Class icm.model.DocumentType


Extends ecm.model.ContentClass.
Represents a document type.
Defined in: <icm/model/DocumentType.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructs a DocumentType object.

Field Summary

Field Attributes Field Name and Description
 
The textual description of this document type
 
Indicates whether the user has the permission to create instances of this document type.
 
The item type ID if this DocumentType represents an item type, and null otherwise.
 
The solution this document type is in.

Constructor Detail

icm.model.DocumentType(properties)

Constructs a DocumentType object. A DocumentType object is typically constructed internally by other model objects.
Parameters:
properties
The properties for the DocumentType object. The properties can be any of the public fields as defined below and on ecm.model.ContentClass.

Field Detail

description

The textual description of this document type

instanceCreationRights

Indicates whether the user has the permission to create instances of this document type.

itemTypeId

The item type ID if this DocumentType represents an item type, and null otherwise.

solution

The solution this document type is in.