@infrasoftbe/vnv-sdk
Preparing search index...
Sp
Layers
SPListFileLayer
Interface SPListFileLayer
interface
SPListFileLayer
{
create
(
options
:
any
)
:
Promise
<
any
>
;
delete
()
:
Promise
<
void
>
;
get
<
T
extends
[
]
=
null
>
(
fileName
?:
string
,
)
:
Promise
<
T
extends
null
?
Sp
.
File
:
Sp
.
File
[]
>
;
update
(
props
:
any
)
:
Promise
<
any
>
;
}
Index
Methods
create
delete
get
update
Methods
create
create
(
options
:
any
)
:
Promise
<
any
>
Parameters
options
:
any
Returns
Promise
<
any
>
delete
delete
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
get
<
T
extends
[
]
=
null
>
(
fileName
?:
string
,
)
:
Promise
<
T
extends
null
?
Sp
.
File
:
Sp
.
File
[]
>
Type Parameters
T
extends
[
]
=
null
Parameters
Optional
fileName
:
string
Returns
Promise
<
T
extends
null
?
Sp
.
File
:
Sp
.
File
[]
>
update
update
(
props
:
any
)
:
Promise
<
any
>
Parameters
props
:
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...