Skip to main content
A newer version of this page is available. .
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.v19.2.dll

Declaration

public FileManagerOneDrivePersonalProviderSettings SettingsOneDrivePersonal { get; }

Property Value

Type Description
FileManagerOneDrivePersonalProviderSettings

A FileManagerOneDrivePersonalProviderSettings object containing style settings.

Remarks

To learn more, see the OneDrive Personal File System Provider topic.

Note

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

See Also