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

AppointmentExporter.Export(String) Method

Exports appointments to the specified file.

Namespace: DevExpress.XtraScheduler.Exchange

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public virtual void Export(
    string path
)

Parameters

Name Type Description
path String

A string that represents a file path to which the appointments will be exported.

Remarks

If appointments are exported to an MS Outlook calendar, you should use another Export overload with parameter set to Null.

This method should be overridden in descendants of the AppointmentExporter class.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Export(String) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also