Skip to main content

HtmlEditorExtension.SaveUploadedDocument(String, HtmlEditorDocumentSelectorSettings) Method

Saves a document file uploaded via a specific HtmlEditor’s Document Selector dialog.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void SaveUploadedDocument(
    string name,
    HtmlEditorDocumentSelectorSettings documentSelectorSettings
)

Parameters

Name Type Description
name String

A string value specifying the HtmlEditor’s name (SettingsBase.Name).

documentSelectorSettings HtmlEditorDocumentSelectorSettings

A HtmlEditorDocumentSelectorSettings object containing the Document Selector dialog’s settings.

See Also