Skip to main content Skip to complementary content

GetContentLibrariesAsync Method

Overloads

GetContentLibrariesAsync()

Lists the content libraries.

To differentiate a global content library from an app specific content library, you can check the property qAppSpecific . If this property is set to true, it means that the content library is app specific.

Qlik Sense

Returns the global content libraries and the app specific content library.

When using Qlik Sense, you can have more than one global content library. The global content libraries are common to all apps in the Qlik Sense repository.

By default, there is one global content library named Default .

Qlik Sense Desktop

Returns the global content library and the app specific content library from the disk.

GetContentLibrariesAsync(AsyncHandle)

Lists the content libraries.

To differentiate a global content library from an app specific content library, you can check the property qAppSpecific . If this property is set to true, it means that the content library is app specific.

Qlik Sense

Returns the global content libraries and the app specific content library.

When using Qlik Sense, you can have more than one global content library. The global content libraries are common to all apps in the Qlik Sense repository.

By default, there is one global content library named Default .

Qlik Sense Desktop

Returns the global content library and the app specific content library from the disk.

GetContentLibrariesAsync<T>(AsyncHandle, Func<Response, T>)

Lists the content libraries.

To differentiate a global content library from an app specific content library, you can check the property qAppSpecific . If this property is set to true, it means that the content library is app specific.

Qlik Sense

Returns the global content libraries and the app specific content library.

When using Qlik Sense, you can have more than one global content library. The global content libraries are common to all apps in the Qlik Sense repository.

By default, there is one global content library named Default .

Qlik Sense Desktop

Returns the global content library and the app specific content library from the disk.

GetContentLibrariesAsync()

Lists the content libraries.

To differentiate a global content library from an app specific content library, you can check the property qAppSpecific . If this property is set to true, it means that the content library is app specific.

Qlik Sense

Returns the global content libraries and the app specific content library.

When using Qlik Sense, you can have more than one global content library. The global content libraries are common to all apps in the Qlik Sense repository.

By default, there is one global content library named Default .

Qlik Sense Desktop

Returns the global content library and the app specific content library from the disk.

Declaration

      public Task<ContentLibraryList> GetContentLibrariesAsync()
    

Returns

Type Description
System.Threading.Tasks.Task<ContentLibraryList>

Implements

Remarks

There is always one specific content library per app.

GetContentLibrariesAsync(AsyncHandle)

Lists the content libraries.

To differentiate a global content library from an app specific content library, you can check the property qAppSpecific . If this property is set to true, it means that the content library is app specific.

Qlik Sense

Returns the global content libraries and the app specific content library.

When using Qlik Sense, you can have more than one global content library. The global content libraries are common to all apps in the Qlik Sense repository.

By default, there is one global content library named Default .

Qlik Sense Desktop

Returns the global content library and the app specific content library from the disk.

Declaration

      public Task<ContentLibraryList> GetContentLibrariesAsync(AsyncHandle asyncHandle)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

Returns

Type Description
System.Threading.Tasks.Task<ContentLibraryList>

Implements

Remarks

There is always one specific content library per app.

GetContentLibrariesAsync<T>(AsyncHandle, Func<Response, T>)

Lists the content libraries.

To differentiate a global content library from an app specific content library, you can check the property qAppSpecific . If this property is set to true, it means that the content library is app specific.

Qlik Sense

Returns the global content libraries and the app specific content library.

When using Qlik Sense, you can have more than one global content library. The global content libraries are common to all apps in the Qlik Sense repository.

By default, there is one global content library named Default .

Qlik Sense Desktop

Returns the global content library and the app specific content library from the disk.

Declaration

      public Task<T> GetContentLibrariesAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

Implements

Remarks

There is always one specific content library per app.

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!