Click or drag to resize

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
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