Select a single AssetBinarySection by its ID.

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

Syntax

C#
IAssetBinarySection SelectSingleAssetBinarySection(
	string id
)
Visual Basic
Function SelectSingleAssetBinarySection ( _
	id As String _
) As IAssetBinarySection
Visual C++
IAssetBinarySection^ SelectSingleAssetBinarySection(
	String^ id
)

Parameters

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

Return Value

AssetBinarySection or null if ID doesn't exist

See Also