Search
Preparing search index...
The search index is not available
@davidvella/sharepoint-rest-react
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"common/services/IDocumentService"
IDocumentService
Interface IDocumentService
Hierarchy
IDocumentService
Implemented by
DocumentService
Index
Properties
add
File
Blob
get
File
From
List
AsBlob
update
Item
Properties
add
File
Blob
add
File
Blob
:
function
Type declaration
(
webUrl
:
string
, listName
:
string
, url
:
string
, content
:
Blob
, progress
?:
function
, shouldOverWrite
?:
boolean
, chunkSize
?:
number
)
:
Promise
<
FileAddResult
>
Parameters
webUrl:
string
listName:
string
url:
string
content:
Blob
Optional
progress:
function
(
data
:
ChunkedFileUploadProgressData
)
:
void
Parameters
data:
ChunkedFileUploadProgressData
Returns
void
Optional
shouldOverWrite:
boolean
Optional
chunkSize:
number
Returns
Promise
<
FileAddResult
>
get
File
From
List
AsBlob
get
File
From
List
AsBlob
:
function
Type declaration
(
webUrl
:
string
, fileRelativeUrl
:
string
)
:
Promise
<
Blob
>
Parameters
webUrl:
string
fileRelativeUrl:
string
Returns
Promise
<
Blob
>
update
Item
update
Item
:
function
Type declaration
(
webUrl
:
string
, listName
:
string
, stringId
:
string
, fieldsSchema
:
IFieldSchema
[]
, data
:
any
, newDocumentUpdate
?:
boolean
)
:
Promise
<
ListItemFormUpdateValue
[]
>
Parameters
webUrl:
string
listName:
string
stringId:
string
fieldsSchema:
IFieldSchema
[]
data:
any
Optional
newDocumentUpdate:
boolean
Returns
Promise
<
ListItemFormUpdateValue
[]
>
Globals
"common/services/IDocument
Service"
IDocument
Service
add
File
Blob
get
File
From
List
AsBlob
update
Item
Generated using
TypeDoc