C# Class Sitecore.Modules.WeBlog.Import.WpPost

Show file Open project: WeTeam/WeBlog

Public Methods

Method Description
WpPost ( System.Xml.Linq.XElement postXml ) : System

Initializes a new instance of the WpPost class.

WpPost ( System.Xml.Linq.XElement postXml, WpImportOptions options ) : System
WpPost ( System.Xml.Linq.XElement postXml, bool includeComments, bool includeCategories, bool includeTags ) : System

Initializes a new instance of the WpPost class.

Private Methods

Method Description
GetPost ( System.Xml.Linq.XElement postXml, bool includeComments, bool includeCategories, bool includeTags ) : void

Method Details

WpPost() public method

Initializes a new instance of the WpPost class.
public WpPost ( System.Xml.Linq.XElement postXml ) : System
postXml System.Xml.Linq.XElement The post XML.
return System

WpPost() public method

public WpPost ( System.Xml.Linq.XElement postXml, WpImportOptions options ) : System
postXml System.Xml.Linq.XElement
options WpImportOptions
return System

WpPost() public method

Initializes a new instance of the WpPost class.
public WpPost ( System.Xml.Linq.XElement postXml, bool includeComments, bool includeCategories, bool includeTags ) : System
postXml System.Xml.Linq.XElement The post XML.
includeComments bool if set to true [include comments].
includeCategories bool if set to true [include categories].
includeTags bool if set to true [include tags].
return System