Get the collection of Previous version binaries as Array

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IAssetBinary[] PreviousVersions { get; }
Visual Basic
ReadOnly Property PreviousVersions As IAssetBinary()
	Get
Visual C++
property array<IAssetBinary^>^ PreviousVersions {
	array<IAssetBinary^>^ get ();
}

Remarks

Current version is not in the list

See Also