@signageos/sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Applet
Version
File
Management
constructor
options
RESOURCE
create
get
list
remove
update
get
Resource
get
Url
Hierarchy
AppletVersionFileManagement
Index
Constructors
constructor
Properties
options
RESOURCE
Methods
create
get
list
remove
update
get
Resource
get
Url
Constructors
constructor
new
Applet
Version
File
Management
(
options
:
IOptions
)
:
AppletVersionFileManagement
Parameters
options:
IOptions
Returns
AppletVersionFileManagement
Properties
Private
options
options
:
IOptions
Static
Private
Readonly
RESOURCE
RESOURCE
:
string
= "file"
Methods
create
create
(
appletUid
:
string
, appletVersion
:
string
, settings
:
IAppletVersionFileCreatable
, options
?:
IUploadOptions
)
:
Promise
<
void
>
Parameters
appletUid:
string
appletVersion:
string
settings:
IAppletVersionFileCreatable
Default value
options:
IUploadOptions
= {}
Returns
Promise
<
void
>
get
get
(
appletUid
:
string
, appletVersion
:
string
, filePath
:
string
)
:
Promise
<
IAppletVersionFile
>
Parameters
appletUid:
string
appletVersion:
string
filePath:
string
Returns
Promise
<
IAppletVersionFile
>
list
list
(
appletUid
:
string
, appletVersion
:
string
)
:
Promise
<
IAppletVersionFile
[]
>
Parameters
appletUid:
string
appletVersion:
string
Returns
Promise
<
IAppletVersionFile
[]
>
remove
remove
(
appletUid
:
string
, appletVersion
:
string
, filePath
:
string
, options
?:
IUploadOptions
)
:
Promise
<
void
>
Parameters
appletUid:
string
appletVersion:
string
filePath:
string
Default value
options:
IUploadOptions
= {}
Returns
Promise
<
void
>
update
update
(
appletUid
:
string
, appletVersion
:
string
, filePath
:
string
, settings
:
IAppletVersionFileUpdatable
, options
?:
IUploadOptions
)
:
Promise
<
void
>
Parameters
appletUid:
string
appletVersion:
string
filePath:
string
settings:
IAppletVersionFileUpdatable
Default value
options:
IUploadOptions
= {}
Returns
Promise
<
void
>
Static
Private
get
Resource
get
Resource
(
appletUid
:
string
, appletVersion
:
string
)
:
string
Parameters
appletUid:
string
appletVersion:
string
Returns
string
Static
Private
get
Url
get
Url
(
appletUid
:
string
, appletVersion
:
string
, filePath
:
string
)
:
string
Parameters
appletUid:
string
appletVersion:
string
filePath:
string
Returns
string
Generated using
TypeDoc