Schema
Specifies the type of schema the provider uses for connecting to Microsoft SharePoint.
Possible Values
SOAP, RESTData Type
string
Default Value
"SOAP"
Remarks
The Schema property determines which SharePoint API the adapter uses to retrieve and manage data. The available options include:
- SOAP — Uses the SharePoint SOAP API. This schema is suitable for legacy environments and supports certain features not available in the REST API.
- REST — Uses the SharePoint REST API. This schema is often recommended for newer environments and supports modern REST-based operations.