TDV Adapter for Microsoft SharePoint

Build 22.0.8462

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the adapter beyond simple SELECT/INSERT/UPDATE/DELETE operations with SharePoint.

Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from SharePoint, along with an indication of whether the procedure succeeded or failed.

SharePoint Adapter Stored Procedures

Name Description
AddAttachment Add an attachment into a sharepoint list.
CheckInDocument Check in specific document inside document library.
CheckOutDocument Check out specific document inside document library.
CopyDocument Copies the file to the destination URL..
CreateFolder Adds a folder to a document library on a SharePoint site.
DeleteAttachment Deletes an attachment from Sharepoint list.
DeleteDocument Delete a Document from the sharepoint document library.
DiscardCheckOutDocument Reverts an existing checkout for the file.
DownloadAttachment Download a document from the SharePoint list.
DownloadDocument Download a document from the SharePoint library.
GetAdminConsentURL Gets the admin consent URL that must be opened separately by an admin of a given domain to grant access to your application. Only needed when using custom OAuth credentials.
GetCurrentUser Retrieves information about the current logged in user.
GetOAuthAccessToken Gets the OAuth access token from SharePoint.
GetOAuthAuthorizationURL Gets the SharePoint authorization URL. Access the URL returned in the output in a Web browser. This requests the access token that can be used as part of the connection string to SharePoint.
MoveAttachmentOrDocument Moves a document or attachment from source folder to destination folder.
RefreshOAuthAccessToken Refreshes the OAuth access token used for authentication with SharePoint.
RenameAttachmentOrDocument Renames a document or attachment from source folder to destination folder.
UploadDocument Uploads a document into the SharePoint library.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462