Loads an object from the specified Stream.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public bool FromXml( Stream stream ) |
Visual Basic |
---|
Public Function FromXml ( _ stream As Stream _ ) As Boolean |
Parameters
- stream
- Type: System.IO..::..Stream
The Stream that contains the object data.