Skip to main content
All docs
V25.1
  • Tab

    ASPxUploadControl.SharePointSettings Property

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

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    #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