Defines the possible usage of a document type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public enum DocumentTypeAvailability |
Visual Basic |
---|
Public Enumeration DocumentTypeAvailability |
Visual C++ |
---|
public enum class 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.