SnapDotNet.Apps.Notifications.NotificationBase.NotificationBase.GetXml C# (CSharp) Method

GetXml() public method

public GetXml ( ) : XmlDocument
return Windows.Data.Xml.Dom.XmlDocument
			public XmlDocument GetXml()
			{
				XmlDocument xml = new XmlDocument();
				xml.LoadXml(GetContent());
				return xml;
			}
#endif