Skip to main content

DXGoogleCalendarSync.Load(String) Method

Saves the session info from the .xml file.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

Assembly: DevExpress.XtraScheduler.v23.2.GoogleCalendar.dll

NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar

Declaration

public void Load(
    string filePath
)

Parameters

Name Type Description
filePath String

A String value that specifies the path to a file that stores 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