Gets the collection of all revisions of the document.

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

See Also