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

Inheritance: AdminBasePage
Show file 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 property

protected FileDataHelper helpFile
return FileDataHelper

sDirectory protected property

protected string sDirectory
return string

sEditFile protected property

protected string sEditFile
return string

sFullFilePath protected property

protected string sFullFilePath
return string

sTemplateFile protected property

protected string sTemplateFile
return string

sTemplateFileQS public property

public string sTemplateFileQS
return string