UploadControlOneDriveSettings Properties
Contains settings that allow you to connect the Upload Control to OneDrive.Name | Description |
---|---|
AccountName | Gets or sets a value that specifies the name of the OneDrive account. |
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. |
TokenEndpoint | Specifies the URL that the application uses to get the token. |
UploadFolder | Specifies the OneDrive folder where files will be uploaded. |
See Also