Preparing search index...
The search index is not available
Qlik Repo API
Qlik Repo API
ContentLibrary
Class ContentLibrary
Hierarchy
ContentLibrary
Implements
IClassContentLibrary
Index
Constructors
constructor
Properties
details
Methods
export
export
Many
import
File
import
File
Many
init
remove
remove
File
remove
File
Many
update
Constructors
constructor
new
Content
Library
(
repoClient
:
QlikRepositoryClient
, id
:
string
, details
?:
IContentLibrary
, genericClient
?:
QlikGenericRestClient
)
:
ContentLibrary
Parameters
repoClient:
QlikRepositoryClient
id:
string
Optional
details:
IContentLibrary
Optional
genericClient:
QlikGenericRestClient
Returns
ContentLibrary
Properties
details
details
:
IContentLibrary
Methods
export
export
(
arg
:
{
sourceFileName
:
string
;
}
)
:
Promise
<
{
file
:
Buffer
;
name
:
string
;
path
:
string
;
}
>
Parameters
arg:
{
sourceFileName
:
string
;
}
source
File
Name
:
string
Returns
Promise
<
{
file
:
Buffer
;
name
:
string
;
path
:
string
;
}
>
export
Many
export
Many
(
arg
?:
{
sourceFileNames
:
string
[]
;
}
)
:
Promise
<
{
file
:
Buffer
;
name
:
string
;
path
:
string
;
}
[]
>
Parameters
Optional
arg:
{
sourceFileNames
:
string
[]
;
}
source
File
Names
:
string
[]
Returns
Promise
<
{
file
:
Buffer
;
name
:
string
;
path
:
string
;
}
[]
>
import
File
import
File
(
arg
:
IContentLibraryImport
)
:
Promise
<
{
fileDetails
:
IStaticContentReferenceCondensed
;
status
:
number
;
}
>
Parameters
arg:
IContentLibraryImport
Returns
Promise
<
{
fileDetails
:
IStaticContentReferenceCondensed
;
status
:
number
;
}
>
import
File
Many
import
File
Many
(
arg
:
IContentLibraryImport
[]
)
:
Promise
<
{
fileDetails
:
IStaticContentReferenceCondensed
;
status
:
number
;
}
[]
>
Parameters
arg:
IContentLibraryImport
[]
Returns
Promise
<
{
fileDetails
:
IStaticContentReferenceCondensed
;
status
:
number
;
}
[]
>
init
init
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
remove
remove
(
)
:
Promise
<
number
>
Returns
Promise
<
number
>
remove
File
remove
File
(
arg
:
{
externalPath
:
string
;
}
)
:
Promise
<
number
>
Parameters
arg:
{
externalPath
:
string
;
}
external
Path
:
string
Returns
Promise
<
number
>
remove
File
Many
remove
File
Many
(
arg
:
string
[]
)
:
Promise
<
{
externalPath
:
string
;
status
:
number
;
}
[]
>
Parameters
arg:
string
[]
Returns
Promise
<
{
externalPath
:
string
;
status
:
number
;
}
[]
>
update
update
(
arg
:
IContentLibraryUpdate
, options
?:
IUpdateObjectOptions
)
:
Promise
<
IContentLibrary
>
Parameters
arg:
IContentLibraryUpdate
Optional
options:
IUpdateObjectOptions
Returns
Promise
<
IContentLibrary
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Qlik
Repo API
Qlik
Repo
Api
Content
Library
constructor
details
export
export
Many
import
File
import
File
Many
init
remove
remove
File
remove
File
Many
update