Gets the collection of mapped document types.

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 BCCollection<BCDocumentType> DocumentTypes { get; }
Visual Basic
Public ReadOnly Property DocumentTypes As BCCollection(Of BCDocumentType)
	Get
Visual C++
public:
property BCCollection<BCDocumentType^>^ DocumentTypes {
	BCCollection<BCDocumentType^>^ get ();
}

See Also