SharePointFileSystemProvider Properties
Implements the SharePoint File System Provider.| Name | Description |
|---|---|
| AccountName | Gets or sets a value that specifies the name of the OneDrive account. Inherited from OneDriveFileSystemProviderBase. |
| LibraryName | Specifies the library name. |
| 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. |
| SiteHostName | Specifies a host name where a SharePoint site is located. |
| SiteName | Specifies a URL name of a SharePoint site. |
| TokenEndpoint | Specifies the URL that the application uses to get the token. Inherited from OneDriveFileSystemProviderBase. |
See Also