Skip to main content
All docs
V26.1
  • ICalendarExporter.Export(String) Method

    SECURITY-RELATED CONSIDERATIONS

    Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

    Exports appointments to the specified file.

    Namespace: DevExpress.Xpf.Scheduling.iCalendar

    Assembly: DevExpress.Xpf.Scheduling.v26.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public void Export(
        string path
    )

    Parameters

    Name Type Description
    path String

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

    See Also