Skip to main content
All docs
V25.1
  • Tab

    FileManagerSharePointProviderSettings.Assign(PropertiesBase) Method

    In This Article

    Copies the settings from the specified object to the current one.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    #Declaration

    public override void Assign(
        PropertiesBase source
    )

    #Parameters

    Name Type Description
    source PropertiesBase

    A PropertiesBase object whose settings are assigned to the current object.

    See Also