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

IDataDirectoryPatchingService Interface

Enables patching a path to an Excel file.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v18.1.dll

Declaration

public interface IDataDirectoryPatchingService

The following members accept/return IDataDirectoryPatchingService objects:

Library Related API Members
Cross-Platform Class Library EditDataSourceContext.DataDirectoryPatchingService
UpdateSchemaContext.DataDirectoryPatchingService
WinForms Controls EditDataSourceContext.DataDirectoryPatchingService
UpdateSchemaContext.DataDirectoryPatchingService
Dashboard EditExtractOptionsContext.DataDirectoryPatchingService

Remarks

You can use the IDataDirectoryPatchingService.PatchPath method to patch the relative path (e.g., if it contains the “|DataDirectory|” string indicating the path to the application’s data directory on the local disk).

See Also