Preparing search index...
The search index is not available
Qlik Repo API
Qlik Repo API
SharedContent
Class SharedContent
Hierarchy
SharedContent
Implements
IClassSharedContent
Index
Constructors
constructor
Properties
details
Methods
delete
File
init
remove
update
upload
File
Constructors
constructor
new
Shared
Content
(
repoClient
:
QlikRepositoryClient
, id
:
string
, details
?:
ISharedContent
)
:
SharedContent
Parameters
repoClient:
QlikRepositoryClient
id:
string
Optional
details:
ISharedContent
Returns
SharedContent
Properties
details
details
:
ISharedContent
Methods
delete
File
delete
File
(
arg
:
{
externalPath
:
string
;
}
)
:
Promise
<
number
>
Parameters
arg:
{
externalPath
:
string
;
}
external
Path
:
string
Returns
Promise
<
number
>
init
init
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
remove
remove
(
)
:
Promise
<
number
>
Returns
Promise
<
number
>
update
update
(
arg
:
ISharedContentUpdate
, options
?:
IUpdateObjectOptions
)
:
Promise
<
ISharedContent
>
Parameters
arg:
ISharedContentUpdate
Optional
options:
IUpdateObjectOptions
Returns
Promise
<
ISharedContent
>
upload
File
upload
File
(
arg
:
{
externalPath
:
string
;
file
:
Buffer
;
}
)
:
Promise
<
number
>
Parameters
arg:
{
externalPath
:
string
;
file
:
Buffer
;
}
external
Path
:
string
file
:
Buffer
Returns
Promise
<
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Qlik
Repo API
Qlik
Repo
Api
Shared
Content
constructor
details
delete
File
init
remove
update
upload
File