Skip to main content

DXGoogleCalendarSync.Save(Stream) Method

Saves the session information to the target stream.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

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

NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar

Declaration

public void Save(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream that receives the saved information.

Remarks

See the DXGoogleCalendarSync.StateTrackingMode property for the details.

See Also