IndexOfDefPathAsync Method
Overloads
IndexOfDefPathAsync(String) |
Converts an existing path to its equivalent index value asynchronously |
|
IndexOfDefPathAsync(String[]) |
Converts existing paths to their equivalent index values asynchronously |
IndexOfDefPathAsync(String)
Converts an existing path to its equivalent index value asynchronously
Declaration
Task<int> IndexOfDefPathAsync(string defPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | defPath |
path to HyperCube/ListObject definition |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Int32> |
Task that resolves the index to HyperCube/ListObject definition |
IndexOfDefPathAsync(String[])
Converts existing paths to their equivalent index values asynchronously
Declaration
Task<int[]> IndexOfDefPathAsync(string[] defPaths)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | defPaths |
array of paths to HyperCube/ListObject definitions |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Int32[]> |
Task that resolves an array with indexes to HyperCube/ListObject definitions |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!