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

DXGoogleCalendarSync.Load(Stream) Method

Loads the session information from the target stream.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

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

Declaration

public void Load(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream that stores session information.

Remarks

See the DXGoogleCalendarSync.StateTrackingMode property for the details.

See Also