C# Класс Sitecore.Modules.WeBlog.Import.WpPost

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetPost ( System.Xml.Linq.XElement postXml, bool includeComments, bool includeCategories, bool includeTags ) : void

Описание методов

WpPost() публичный Метод

Initializes a new instance of the WpPost class.
public WpPost ( System.Xml.Linq.XElement postXml ) : System
postXml System.Xml.Linq.XElement The post XML.
Результат System

WpPost() публичный Метод

public WpPost ( System.Xml.Linq.XElement postXml, WpImportOptions options ) : System
postXml System.Xml.Linq.XElement
options WpImportOptions
Результат System

WpPost() публичный Метод

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].
Результат System