GetLibraryContentAsync Method
Overloads
| GetLibraryContentAsync(String) | Returns the content of a library. Global content libraryIn Qlik Sense Desktop, the content files are retrieved from: 
               In Qlik Sense Enterprise, the content files are retrieved from the Qlik Sense repository. App specific content libraryThe embedded files are returned. | |
| GetLibraryContentAsync(AsyncHandle, String) | Returns the content of a library. Global content libraryIn Qlik Sense Desktop, the content files are retrieved from: 
               In Qlik Sense Enterprise, the content files are retrieved from the Qlik Sense repository. App specific content libraryThe embedded files are returned. | |
| GetLibraryContentAsync<T>(AsyncHandle, Func<Response, T>, String) | Returns the content of a library. Global content libraryIn Qlik Sense Desktop, the content files are retrieved from: 
               In Qlik Sense Enterprise, the content files are retrieved from the Qlik Sense repository. App specific content libraryThe embedded files are returned. | 
GetLibraryContentAsync(String)
Returns the content of a library.
Global content library
In Qlik Sense Desktop, the content files are retrieved from:
      %userprofile%\Documents\Qlik\Sense\Content\Default
    
In Qlik Sense Enterprise, the content files are retrieved from the Qlik Sense repository.
App specific content library
The embedded files are returned.
Declaration
      Task<StaticContentList> GetLibraryContentAsync([QixName("qName")] string name)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | Name of the content library.
It corresponds to the property  | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<StaticContentList> | 
GetLibraryContentAsync(AsyncHandle, String)
Returns the content of a library.
Global content library
In Qlik Sense Desktop, the content files are retrieved from:
      %userprofile%\Documents\Qlik\Sense\Content\Default
    
In Qlik Sense Enterprise, the content files are retrieved from the Qlik Sense repository.
App specific content library
The embedded files are returned.
Declaration
      Task<StaticContentList> GetLibraryContentAsync(AsyncHandle asyncHandle, [QixName("qName")] string name)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.String | name | Name of the content library.
It corresponds to the property  | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<StaticContentList> | 
GetLibraryContentAsync<T>(AsyncHandle, Func<Response, T>, String)
Returns the content of a library.
Global content library
In Qlik Sense Desktop, the content files are retrieved from:
      %userprofile%\Documents\Qlik\Sense\Content\Default
    
In Qlik Sense Enterprise, the content files are retrieved from the Qlik Sense repository.
App specific content library
The embedded files are returned.
Declaration
      Task<T> GetLibraryContentAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qName")] string name)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.Func<Response, T> | onResult | Continuation function | 
| System.String | name | Name of the content library.
It corresponds to the property  | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T |