Select a single Asset by its ID.

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

Syntax

C#
IAsset SelectSingleAsset(
	string id
)
Visual Basic
Function SelectSingleAsset ( _
	id As String _
) As IAsset
Visual C++
IAsset^ SelectSingleAsset(
	String^ id
)

Parameters

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

Return Value

Asset or null if ID doesn't exist

See Also