Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

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

      public 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

Implements

IndexOfDefPathAsync(String[])

Converts existing paths to their equivalent index values asynchronously

Declaration

      public 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

Implements

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!