TDV Adapter for Microsoft SharePoint

Build 23.0.8839

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 any relevant response data from SharePoint, along with an indication of whether the procedure succeeded or failed.

SharePoint Adapter Stored Procedures

Name Description
AddAttachment Adds an attachment into a sharepoint list.
CheckInDocument Checks in a specific document to the document library.
CheckOutDocument Checks out a specific document inside the 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 Deletes a Document from the SharePoint document library.
DiscardCheckOutDocument Reverts an existing checkout for the file.
DownloadAttachment Downloads a document from the SharePoint list.
DownloadDocument Downloads a document from the SharePoint library.
GetAdminConsentURL Acquires 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 Acquires the OAuth access token from SharePoint.
GetOAuthAuthorizationURL Acquires 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 a source folder to a destination folder.
RefreshOAuthAccessToken Refreshes the OAuth access token that is used for authentication with SharePoint.
RenameAttachmentOrDocument Renames a document or attachment.
UploadDocument Uploads a document into the SharePoint library.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839