C# Class Our.Umbraco.DataType.Markdown.XmlData

Overrides the Our.Umbraco.DataType.Markdown.TextData object to return the value as XML.
Inheritance: TextData
Exibir arquivo Open project: leekelleher/umbraco-markdown

Public Methods

Method Description
ToXMl ( XmlDocument data ) : XmlNode

Transforms the Markdown value to HTML.

XmlData ( umbraco.cms.businesslogic.datatype.BaseDataType dataType ) : System

Initializes a new instance of the XmlData class.

Method Details

ToXMl() public method

Transforms the Markdown value to HTML.
public ToXMl ( XmlDocument data ) : XmlNode
data System.Xml.XmlDocument The data (Markdown) to transform into HTML.
return System.Xml.XmlNode

XmlData() public method

Initializes a new instance of the XmlData class.
public XmlData ( umbraco.cms.businesslogic.datatype.BaseDataType dataType ) : System
dataType umbraco.cms.businesslogic.datatype.BaseDataType Type of the data.
return System