SharePointEdition
Specifies the Microsoft SharePoint edition to connect to.
Possible Values
SharePoint Online, SharePoint OnPremiseData Type
string
Default Value
"SharePoint OnPremise"
Remarks
The SharePointEdition property determines which type of environment the component connects to. The available options include:
- Microsoft SharePoint Online — Use this setting to connect to a cloud-based environment.
- Microsoft SharePoint On-Premise — Use this setting to connect to an on-premises server deployment.
Additional Information
Selecting the correct edition ensures proper API handling and avoids failed authentication attempts or unexpected errors. Using the wrong setting can result in connection issues or increased retries as the provider attempts to use incompatible endpoints or protocols.