Skip to main content
Tab

ASPxFileManager.SettingsOneDrivePersonal Property

Gets settings allowing the file manager to access a file system retained in OneDrive storage.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerOneDrivePersonalProviderSettings SettingsOneDrivePersonal { get; }

Property Value

Type Description
FileManagerOneDrivePersonalProviderSettings

A FileManagerOneDrivePersonalProviderSettings object containing style settings.

Remarks

The cloud provider should be registered only once before all components are created and use a cloud provider’s API. To dynamically manage user accounts, handle the static ResolveAccount event in the Global.asax file.

For security reasons, the settings available from the SettingsOneDrivePersonal property are not saved in the ViewState.

For more information, see the following topic: OneDrive Personal File System Provider.

See Also