DocumentIdentifier interface
Information to uniquely identify a document.
Properties
| site |
Required. The domain or site URL of the document. |
| source |
Required. The unique document ID. If using the OneDrive Picker API, use the field |
Property Details
siteUrl
Required. The domain or site URL of the document.
siteUrl: string
Property Value
string
sourceDoc
Required. The unique document ID.
If using the OneDrive Picker API, use the field sharepointIds.listItemUniqueId.
sourceDoc: string
Property Value
string