ReminderInfoCollectionXmlPersistenceHelper.ObjectFromXml(ReminderInfoCollection, XmlNode) Method
In This Article
Restores reminder information from XML data at the specified XML root node.
Namespace: DevExpress.XtraScheduler.Xml
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public static ReminderInfoCollection ObjectFromXml(
ReminderInfoCollection reminderInfos,
XmlNode root
)
#Parameters
Name | Type | Description |
---|---|---|
reminder |
DevExpress. |
Collection of reminder information. |
root | Xml |
A Xml |
#Returns
Type | Description |
---|---|
DevExpress. |
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