Defines the possible usage of a document type.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: 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 nameValueDescription
DTAV_DEFAULT0 The user can select this document type if he has the create privilege for the active enclosure.
DTAV_ALWAYS1 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_OBSOLETE2 This document type should no longer be used.

Remarks

This enumeration overrides DOCUMENT_TYPE_AVAILABILITY defined in BlueCieloECM.AMEdm PIA.

See Also