DefPathAtIndexAsync Method
Overloads
| DefPathAtIndexAsync(Int32) | Converts an existing index to its equivalent path value asynchronously | |
| DefPathAtIndexAsync(Int32[]) | Converts existing index values to their equivalent path values asynchronously | 
DefPathAtIndexAsync(Int32)
Converts an existing index to its equivalent path value asynchronously
Declaration
      public Task<string> DefPathAtIndexAsync(int index)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | index | index to HyperCube/ListObject definition | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.String> | Task that resolves a path to HyperCube/ListObject definition | 
Implements
DefPathAtIndexAsync(Int32[])
Converts existing index values to their equivalent path values asynchronously
Declaration
      public Task<string[]> DefPathAtIndexAsync(int[] indexes)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32[] | indexes | array with indexes to HyperCube/ListObject definitions | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.String[]> | Task that resolves an array of paths to HyperCube/ListObject definitions |