Preparing search index...
The search index is not available
Qlik Repo API
Qlik Repo API
ContentLibraries
Class ContentLibraries
Hierarchy
ContentLibraries
Implements
IClassContentLibraries
Index
Constructors
constructor
Methods
create
get
get
All
get
Filter
import
For
App
remove
Filter
select
Constructors
constructor
new
Content
Libraries
(
mainRepoClient
:
QlikRepositoryClient
, mainGenericClient
:
QlikGenericRestClient
)
:
ContentLibraries
Parameters
mainRepoClient:
QlikRepositoryClient
mainGenericClient:
QlikGenericRestClient
Returns
ContentLibraries
Methods
create
create
(
arg
:
IContentLibraryCreate
)
:
Promise
<
ContentLibrary
>
Parameters
arg:
IContentLibraryCreate
Returns
Promise
<
ContentLibrary
>
get
get
(
arg
:
{
id
:
string
;
}
)
:
Promise
<
ContentLibrary
>
Parameters
arg:
{
id
:
string
;
}
id
:
string
Returns
Promise
<
ContentLibrary
>
get
All
get
All
(
)
:
Promise
<
ContentLibrary
[]
>
Returns
Promise
<
ContentLibrary
[]
>
get
Filter
get
Filter
(
arg
:
{
filter
:
string
;
orderBy
?:
string
;
}
)
:
Promise
<
ContentLibrary
[]
>
Parameters
arg:
{
filter
:
string
;
orderBy
?:
string
;
}
filter
:
string
Optional
order
By
?:
string
Returns
Promise
<
ContentLibrary
[]
>
import
For
App
import
For
App
(
arg
:
{
appId
:
string
;
externalPath
?:
string
;
file
:
Buffer
;
overwrite
?:
boolean
;
}
)
:
Promise
<
ContentLibrary
>
Parameters
arg:
{
appId
:
string
;
externalPath
?:
string
;
file
:
Buffer
;
overwrite
?:
boolean
;
}
app
Id
:
string
Optional
external
Path
?:
string
file
:
Buffer
Optional
overwrite
?:
boolean
Returns
Promise
<
ContentLibrary
>
remove
Filter
remove
Filter
(
arg
:
{
filter
:
string
;
}
)
:
Promise
<
IEntityRemove
[]
>
Parameters
arg:
{
filter
:
string
;
}
filter
:
string
Returns
Promise
<
IEntityRemove
[]
>
select
select
(
arg
?:
{
filter
:
string
;
}
)
:
Promise
<
ISelection
>
Parameters
Optional
arg:
{
filter
:
string
;
}
filter
:
string
Returns
Promise
<
ISelection
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Qlik
Repo API
Qlik
Repo
Api
Content
Libraries
constructor
create
get
get
All
get
Filter
import
For
App
remove
Filter
select