Select a single AssetBinary by its ID.

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

Syntax

C#
IAssetBinary SelectSingleAssetBinary(
	string id
)
Visual Basic
Function SelectSingleAssetBinary ( _
	id As String _
) As IAssetBinary
Visual C++
IAssetBinary^ SelectSingleAssetBinary(
	String^ id
)

Parameters

id
Type: System..::..String
Unique ID of the AssetBinary to be selected

Return Value

AssetBinary or null if ID doesn't exist

See Also