C# Class Carrotware.CMS.UI.Admin.c3_admin.SiteSkinEdit

Inheritance: AdminBasePage
Exibir arquivo Open project: ninianne98/CarrotCakeCMS

Public Properties

Property Type Description
sTemplateFileQS string

Protected Properties

Property Type Description
helpFile FileDataHelper
sDirectory string
sEditFile string
sFullFilePath string
sTemplateFile string

Public Methods

Method Description
EncodePath ( string sIn ) : string

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
SetSourceFiles ( string sDir ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void

Method Details

EncodePath() public method

public EncodePath ( string sIn ) : string
sIn string
return string

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

SetSourceFiles() protected method

protected SetSourceFiles ( string sDir ) : void
sDir string
return void

btnSubmit_Click() protected method

protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

helpFile protected_oe property

protected FileDataHelper helpFile
return FileDataHelper

sDirectory protected_oe property

protected string sDirectory
return string

sEditFile protected_oe property

protected string sEditFile
return string

sFullFilePath protected_oe property

protected string sFullFilePath
return string

sTemplateFile protected_oe property

protected string sTemplateFile
return string

sTemplateFileQS public_oe property

public string sTemplateFileQS
return string