.NET only. Given a list of string IDs, returns a list of items with those IDs.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
IList<T> GetValues( IList<string> ids ) |
| Visual Basic (Usage) |
|---|
Dim instance As IMetaCollection Dim ids As IList(Of String) Dim returnValue As IList(Of T) returnValue = instance.GetValues(ids) |
Parameters
- ids
- Type: System.Collections.Generic..::.IList<(Of <(String>)>)