ASP.NET Pack Programmer's Guide
Schedule.LoadFromStream Method
See Also
 





Loads schedule data from a binary stream.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void LoadFromStream (
    Stream stream
)

Visual Basic  Copy Code

Public Sub LoadFromStream( _
    stream As Stream _
)

 Parameters

stream
Type: Stream
An instance of the System.IO.Stream class that contains the data.

 Remarks

This method loads data from a binary stream, which was created by calling SaveToStream. Any data contained in the schedule is discarded before the items stored in the stream are loaded.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace