PocketPlanner Programmer's Guide

Schedule.LoadFromXml Method

See Also

Loads schedule data from an XML document.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void LoadFromXml (
    XmlDocument document
)

Visual Basic

Public Sub LoadFromXml ( _
    document As XmlDocument _
)

 Parameters

document
A .NET XmlDocument instance that allows reading data from the XML document.

 Remarks

Loads schedule data from an XML document previously created by SaveToXml. Any data contained in the schedule is discarded before the items stored in the reader are loaded.

 See Also