Skip to main content
A newer version of this page is available. .
Tab

OneDriveFileSystemProviderBase.RedirectUri Property

Specifies the URL to which the browser is redirected when authentication is complete.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public string RedirectUri { get; set; }

Property Value

Type Description
String

A string value that specifies the redirect URI.

Remarks

Specify the OneDriveFileSystemProviderBase.AccountName and RedirectUri properties to provide your application with access to OneDrive.

To learn more, see the OneDrive File System Provider topic.

See Also