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

ASPxUploadControl.SharePointSettings Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public UploadControlSharePointSettings SharePointSettings { get; }

Property Value

Type Description
UploadControlSharePointSettings

SharePoint settings.

Remarks

Use the SharePointSettings property to specify settings that allow the upload control to access SharePoint (when the ASPxUploadControl.UploadStorage property is set to SharePoint).

Note

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

See Also