Gets the content.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static XmlNode GetContent(
	string Content,
	string ContentType
)
Visual Basic
Public Shared Function GetContent ( 
	Content As String,
	ContentType As String
) As XmlNode

Parameters

Content
Type: System..::..String
The content.
ContentType
Type: System..::..String
Type of the content.

Return Value

specific node by content type of the whole document.

See Also