Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

URL Property

The server URL.

Syntax

[VB.NET]
Public Property URL As String

[C#]
public string URL {get; set;}

Remarks

This property defines the server URL.

When using the component in legacy API mode, personal OneDrive accounts should use "https://api.onedrive.com/v1.0", and OneDrive for Business accounts should use a URL in the format "https://{tenant}-my.sharepoint.com/_api/v2.0".

When using the component with the Microsoft Graph API, the URL should be "https://graph.microsoft.com/v1.0" regardless of the account type (personal, business, and education accounts are all supported by the Graph API).

The value of this property will change if you configure the component to operate in a different API mode. Refer to the UseGraphAPI configuration setting's documentation for more information.

Default Value

"https://api.onedrive.com/v1.0"

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]