C# Class Sitecore.Modules.WeBlog.sitecore.shell.Applications.WeBlog.WordpressImport

Inheritance: Sitecore.Web.UI.Pages.WizardForm
Show file Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
BlogEmail Edit
BlogName Edit
DataContext DataContext
ErrorMessage Border
ImportCategories Checkbox
ImportComments Checkbox
ImportOptionsPane Groupbox
ImportPosts Checkbox
ImportSummary Memo
ImportTags Checkbox
SuccessMessage Border
TemplatesMapping TreePicker
Treeview TreeviewEx
WordpressXmlFile Edit
db Database
litSummaryCategories Literal
litSummaryComments Literal
litSummaryEmail Literal
litSummaryName Literal
litSummaryPath Literal
litSummaryPosts Literal
litSummaryTags Literal
litSummaryWordpressXML Literal

Protected Methods

Method Description
ActivePageChanged ( string page, string oldPage ) : void
ActivePageChanging ( string page, string &newpage ) : bool
CheckStatus ( ) : void
OK_Click ( ) : void
OnLoad ( EventArgs e ) : void
ShowResult ( ) : void
ValidateSettings ( ) : bool

Private Methods

Method Description
Browse ( ClientPipelineArgs args ) : void
GetJob ( ) : Job
ImportBlog ( ) : ImportSummary
LogMessage ( string message ) : void
LogProgress ( int count ) : void
LogTotal ( int total ) : void
StartImport ( ) : void
Upload ( ClientPipelineArgs args ) : void

Method Details

ActivePageChanged() protected method

protected ActivePageChanged ( string page, string oldPage ) : void
page string
oldPage string
return void

ActivePageChanging() protected method

protected ActivePageChanging ( string page, string &newpage ) : bool
page string
newpage string
return bool

CheckStatus() protected method

protected CheckStatus ( ) : void
return void

OK_Click() protected method

protected OK_Click ( ) : void
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

ShowResult() protected method

protected ShowResult ( ) : void
return void

ValidateSettings() protected method

protected ValidateSettings ( ) : bool
return bool

Property Details

BlogEmail protected property

protected Edit BlogEmail
return Edit

BlogName protected property

protected Edit BlogName
return Edit

DataContext protected property

protected DataContext DataContext
return DataContext

ErrorMessage protected property

protected Border ErrorMessage
return Border

ImportCategories protected property

protected Checkbox ImportCategories
return Checkbox

ImportComments protected property

protected Checkbox ImportComments
return Checkbox

ImportOptionsPane protected property

protected Groupbox ImportOptionsPane
return Groupbox

ImportPosts protected property

protected Checkbox ImportPosts
return Checkbox

ImportSummary protected property

protected Memo ImportSummary
return Memo

ImportTags protected property

protected Checkbox ImportTags
return Checkbox

SuccessMessage protected property

protected Border SuccessMessage
return Border

TemplatesMapping protected property

protected TreePicker TemplatesMapping
return TreePicker

Treeview protected property

protected TreeviewEx Treeview
return TreeviewEx

WordpressXmlFile protected property

protected Edit WordpressXmlFile
return Edit

db protected property

protected Database db
return Database

litSummaryCategories protected property

protected Literal litSummaryCategories
return Literal

litSummaryComments protected property

protected Literal litSummaryComments
return Literal

litSummaryEmail protected property

protected Literal litSummaryEmail
return Literal

litSummaryName protected property

protected Literal litSummaryName
return Literal

litSummaryPath protected property

protected Literal litSummaryPath
return Literal

litSummaryPosts protected property

protected Literal litSummaryPosts
return Literal

litSummaryTags protected property

protected Literal litSummaryTags
return Literal

litSummaryWordpressXML protected property

protected Literal litSummaryWordpressXML
return Literal