Select all Assets by specific type.

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

Syntax

C#
IAsset[] SelectAssetsByType(
	string typeName
)
Visual Basic
Function SelectAssetsByType ( _
	typeName As String _
) As IAsset()
Visual C++
array<IAsset^>^ SelectAssetsByType(
	String^ typeName
)

Parameters

typeName
Type: System..::..String
Specific Asset Type Name

Return Value

Asset array, empty if no Assets matches given type

See Also