ASPxUploadControl.SharePointSettings Property
Gets settings allowing an upload control to access a file system storage in SharePoint.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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