UploadControlOneDrivePersonalSettings Properties
Provides account settings allowing the upload control to access a file system retained in the OneDrive (personal account).| Name | Description |
|---|---|
| AccountName | Gets or sets a value that specifies the name of the OneDrive account. Inherited from UploadControlOneDriveSettings. |
| AuthorizationEndpoint | Specifies the URL to which the browser redirects the application for authorization. |
| GenerateUniqueFileNamePrefix | Specifies whether the name of the file saved to the specified upload storage should contain unique file name prefix. Inherited from UploadControlUploadStorageSettingsBase. |
| RedirectUri | Specifies the URL to which the browser is redirected when authentication is complete. Inherited from UploadControlOneDriveSettings. |
| TokenEndpoint | Specifies the URL that the application uses to get the token. Inherited from UploadControlOneDriveSettings. |
| UploadFolder | Specifies the OneDrive folder where files will be uploaded. Inherited from UploadControlOneDriveSettings. |
See Also