DocumentTypeAvailability Enumeration |
Defines the possible usage of a document type.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public enum DocumentTypeAvailability
Public Enumeration DocumentTypeAvailability
Members
| Member name | Value | Description |
---|
| DTAV_DEFAULT | 0 |
The user can select this document type if he has the create
privilege for the active enclosure.
|
| DTAV_ALWAYS | 1 |
The user can always select this document type.
It is assumed that the FP-Relation or the CalculateLocation
will move this document to another folder.
Therefore checking privileges on the active enclosure makes no sense.
|
| DTAV_OBSOLETE | 2 |
This document type should no longer be used.
|
Remarks
This enumeration overrides DOCUMENT_TYPE_AVAILABILITY
defined in BlueCieloECM.AMEdm PIA.
See Also