Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IEnumerable<IAsset> SelectAssets( string[] ids ) |
Visual Basic |
---|
Function SelectAssets ( _ ids As String() _ ) As IEnumerable(Of IAsset) |
Visual C++ |
---|
IEnumerable<IAsset^>^ SelectAssets( array<String^>^ ids ) |
Parameters
- ids
- Type: array<System..::..String>[]()[][]