IDocumentInfo.SaveCopy(String) Method
Saves a document copy to a target file.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
filePath | String | A string value specifying the document path to save to. |
Remarks
Use the SaveCopy method to save a copy of the 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