Skip to main content
A newer version of this page is available. .

UploadControlBinderSettings.SharePointSettings Property

Gets settings allowing an upload control to access a file system storage in SharePoint Document Library.

Namespace: DevExpress.Web.Mvc.BinderSettings

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public UploadControlSharePointSettings SharePointSettings { get; }

Property Value

Type Description
UploadControlSharePointSettings

SharePoint settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SharePointSettings
DevExpressEditorsBinder
.UploadControlBinderSettings .SharePointSettings

Remarks

Use the SharePointSettings property to specify settings that allow the upload control to access a OneDrive account when the UploadControlBinderSettings uploads files to SharePoint Document Library (when the UploadControlBinderSettings.UploadStorage property is set to SharePoint).

Note

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

See Also