DXGoogleCalendarSync.Load(Stream) Method
In This Article
Loads the session information from the target stream.
Namespace: DevExpress.XtraScheduler.GoogleCalendar
Assembly: DevExpress.XtraScheduler.v24.2.GoogleCalendar.dll
NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream that stores session information. |
#Remarks
See the DXGoogleCalendarSync.StateTrackingMode property for the details.
See Also