OneDrivePersonalFileSystemProvider Properties
Provides an implementation of the OneDrive Personal File System Provider.Name | Description |
---|---|
AccountName | Gets or sets a value that specifies the name of the OneDrive account. Inherited from OneDriveFileSystemProviderBase. |
AuthorizationEndpoint | Specifies the URL to which the browser redirects the application for authorization. |
RedirectUri | Specifies the URL to which the browser is redirected when authentication is complete. Inherited from OneDriveFileSystemProviderBase. |
RootFolder | Returns the root folder. Inherited from FileSystemProviderBase. |
RootFolderDisplayName | Gets the root folder’s caption. Inherited from FileSystemProviderBase. |
TokenEndpoint | Specifies the URL that the application uses to get the token. Inherited from OneDriveFileSystemProviderBase. |
See Also