summaryM:DotNetNuke.Services.Syndication.Opml.LoadFromXml(System.Xml.XmlDocument)

Namespace: DotNetNuke.Services.Syndication
Assembly: DotNetNuke.Services.Syndication (in DotNetNuke.Services.Syndication.dll)

Syntax

C#
public static Opml LoadFromXml(
	XmlDocument doc
)
Visual Basic
Public Shared Function LoadFromXml ( 
	doc As XmlDocument
) As Opml

Parameters

doc
Type: System.Xml..::..XmlDocument
paramdocM:DotNetNuke.Services.Syndication.Opml.LoadFromXml(System.Xml.XmlDocument)

Return Value

returnsM:DotNetNuke.Services.Syndication.Opml.LoadFromXml(System.Xml.XmlDocument)

See Also