new SharePointAppClient(settings, authenticationopt)
Creates a new client that authenticates as an app
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
settings | object | ||
authentication | string | <optional> | App authentication (ID + secret) |
- Version
- Experimental feature, might be removed at any time
Extends
Methods
getColumns(libraryID)
Parameters:
Name | Type | Description |
---|---|---|
libraryID | string |
- Version
- Experimental feature, might be removed at any time
- Inherited From
getFile(fileRef)
Parameters:
Name | Type | Description |
---|---|---|
fileRef | string |
- Version
- Experimental feature, might be removed at any time
- Inherited From
getFileRef(documentId, libraryGuid)
Parameters:
Name | Type | Description |
---|---|---|
documentId | string | |
libraryGuid | string |
- Version
- Experimental feature, might be removed at any time
- Inherited From
getItem(documentId, libraryGuid)
Parameters:
Name | Type | Description |
---|---|---|
documentId | string | |
libraryGuid | string |
- Version
- Experimental feature, might be removed at any time
- Inherited From
getItems(libraryGuid)
Parameters:
Name | Type | Description |
---|---|---|
libraryGuid | string |
- Version
- Experimental feature, might be removed at any time
- Inherited From
getURL(url)
Parameters:
Name | Type | Description |
---|---|---|
url | string |
- Version
- Experimental feature, might be removed at any time
- Inherited From
siteURL()
- Version
- Experimental feature, might be removed at any time
- Inherited From
writeColumns(columnData, documentId, libraryGuid)
Parameters:
Name | Type | Description |
---|---|---|
columnData | object | |
documentId | string | |
libraryGuid | string |
- Version
- Experimental feature, might be removed at any time
- Inherited From
writeTags(tags, column, documentId, libraryGuid)
Parameters:
Name | Type | Description |
---|---|---|
tags | object | |
column | string | |
documentId | string | |
libraryGuid | string |
- Version
- Experimental feature, might be removed at any time
- Inherited From