Table of Contents

Namespace System.Integration.Sharepoint

Codeunit

Name Summary
Codeunit System.Integration.Sharepoint."SharePoint Client" Provides functionality for interacting with SharePoint REST API
Codeunit System.Integration.Sharepoint."SharePoint Auth." Provides functionality for creating means for authorizing HTTP requests made to SharePoint REST API.
Codeunit System.Integration.Sharepoint."SharePoint Graph Client" Provides functionality for interacting with SharePoint through Microsoft Graph API.
Codeunit System.Integration.Sharepoint."SharePoint Graph Response" Holder object for SharePoint Graph API operation results.

Table

Name Summary
Table System.Integration.Sharepoint."SharePoint Graph Drive" Represents a SharePoint drive (document library) as returned by Microsoft Graph API.
Table System.Integration.Sharepoint."SharePoint Graph Drive Item" Represents a SharePoint drive item (file or folder) as returned by Microsoft Graph API.
Table System.Integration.Sharepoint."SharePoint Graph List" Represents a SharePoint list as returned by Microsoft Graph API.
Table System.Integration.Sharepoint."SharePoint Graph List Item" Represents a SharePoint list item as returned by Microsoft Graph API.
Table System.Integration.Sharepoint."SharePoint File" Holds information about file entity.
Table System.Integration.Sharepoint."SharePoint Folder" Holds information about folder entity.
Table System.Integration.Sharepoint."SharePoint List" Holds information about list entity.
Table System.Integration.Sharepoint."SharePoint List Item" Holds information about list item entity.
Table System.Integration.Sharepoint."SharePoint List Item Atch" Holds information about list item attachment entity.

Interface

Name Summary
Interface System.Integration.Sharepoint."SharePoint Authorization" Common interface for different authorization options.
Interface System.Integration.Sharepoint."HTTP Diagnostics" Interface to get diagnostics from an HTTP call.

Events

Name Summary
ProcessSharePointFileMetadata
ProcessSharePointListItemMetadata