Get the snapshot for specific version number of the Asset

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

Syntax

C#
IAssetSnapShot GetVersion(
	int versionNumber
)
Visual Basic
Function GetVersion ( _
	versionNumber As Integer _
) As IAssetSnapShot
Visual C++
IAssetSnapShot^ GetVersion(
	int versionNumber
)

Parameters

versionNumber
Type: System..::..Int32
version number to retrieve snapshot for

Return Value

Snapshot for the specific version number. Null if the version doesn't exist

See Also