ReminderInfoCollectionXmlPersistenceHelper.ObjectFromXml(ReminderInfoCollection, XmlNode) Method
Restores reminder information from XML data at the specified XML root node.
Namespace: DevExpress.XtraScheduler.Xml
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
public static ReminderInfoCollection ObjectFromXml(
ReminderInfoCollection reminderInfos,
XmlNode root
)
Parameters
| Name | Type | Description |
|---|---|---|
| reminderInfos | DevExpress.XtraScheduler.Xml.ReminderInfoCollection | Collection of reminder information. |
| root | XmlNode | A XmlNode class representing the root node of the XML document. |
Returns
| Type | Description |
|---|---|
| DevExpress.XtraScheduler.Xml.ReminderInfoCollection | A collection of objects that contain information about reminders. |
Remarks
To restore reminder info for the appointment from an XML node, use the ObjectFromXml method to obtain a DevExpress.XtraScheduler.Xml.ReminderInfoCollection object.
See Also