@infrasoftbe/vnv-sdk
Preparing search index...
Sp
Layers
SPSiteFileLayer
Interface SPSiteFileLayer
interface
SPSiteFileLayer
{
create
(
file
:
any
)
:
Promise
<
any
>
;
delete
()
:
Promise
<
void
>
;
get
<
T
extends
{}
=
null
>
()
:
Promise
<
T
extends
null
?
Sp
.
File
:
Record
<
string
,
Sp
.
File
>
,
>
;
update
(
file
:
any
)
:
Promise
<
any
>
;
}
Index
Methods
create
delete
get
update
Methods
create
create
(
file
:
any
)
:
Promise
<
any
>
Parameters
file
:
any
Returns
Promise
<
any
>
delete
delete
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
get
<
T
extends
{}
=
null
>
()
:
Promise
<
T
extends
null
?
Sp
.
File
:
Record
<
string
,
Sp
.
File
>
,
>
Type Parameters
T
extends
{}
=
null
Returns
Promise
<
T
extends
null
?
Sp
.
File
:
Record
<
string
,
Sp
.
File
>
>
update
update
(
file
:
any
)
:
Promise
<
any
>
Parameters
file
:
any
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
delete
get
update
@infrasoftbe/vnv-sdk
Loading...