Skip to main content
A newer version of this page is available. .

RecurrenceInfoXmlPersistenceHelper.ObjectFromXml(XmlNode) Method

Restores recurrence information from XML data at the specified root node.

Namespace: DevExpress.XtraScheduler.Xml

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public static IRecurrenceInfo ObjectFromXml(
    XmlNode root
)

Parameters

Name Type Description
root XmlNode

A XmlNode class representing the root node of the XML document.

Returns

Type Description
IRecurrenceInfo

A IRecurrenceInfo object, containing information about appointment occurrences.

Remarks

To restore recurrence info for the appointment from an XML string, use the ObjectFromXml method to obtain an IRecurrenceInfo object, and subsequently assign its property values to the Appointment.RecurrenceInfo properties of the appointment.

See Also