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

ASPxRichEdit.SaveCopy(String) Method

Saves a document copy using the specified settings

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll

Declaration

public void SaveCopy(
    string documentPath
)

Parameters

Name Type Description
documentPath String

A string value specifying the document path to save to.

Remarks

Use the SaveCopy method to save a copy of the RichEdit’s document to the specified path. This method just exports the document and does not affect the original document state (it does not initiate document synchronization, does not apply client changes to the document model, etc.).

See Also