Skip to main content

DXGoogleCalendarSync.Save(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.

Saves the current session info to the .xml file.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

Assembly: DevExpress.XtraScheduler.v26.1.GoogleCalendar.dll

Declaration

public void Save(
    string filePath
)

Parameters

Name Type Description
filePath String

A String value that specifies the path to a file that should store the session info.

Remarks

See the DXGoogleCalendarSync.StateTrackingMode property for information on what data is saved and loaded, and how the DXGoogleCalendarSync component uses this file.

See Also