C# Class Carrotware.CMS.UI.Plugins.PhotoGallery.PhotoGalleryAdmin

Inheritance: Carrotware.CMS.Interface.AdminModule
Mostra file Open project: ninianne98/CarrotCakeCMS

Protected Properties

Property Type Description
fileHelper FileDataHelper

Protected Methods

Method Description
BuildFolderList ( ) : void
EncodeBase64 ( string input ) : string
LoadLists ( ) : void
Page_Load ( object sender, EventArgs e ) : void
ParseGalleryImages ( ) : string>.Dictionary
SetSitePath ( string sPath ) : string
SetSourceFiles ( System.DateTime dtFilter, string sPath ) : void
SetSrcFiles ( ) : void
btnApply_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
chkFilter_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

BuildFolderList() protected method

protected BuildFolderList ( ) : void
return void

EncodeBase64() protected method

protected EncodeBase64 ( string input ) : string
input string
return string

LoadLists() protected method

protected LoadLists ( ) : void
return void

Page_Load() protected method

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

ParseGalleryImages() protected method

protected ParseGalleryImages ( ) : string>.Dictionary
return string>.Dictionary

SetSitePath() protected method

protected SetSitePath ( string sPath ) : string
sPath string
return string

SetSourceFiles() protected method

protected SetSourceFiles ( System.DateTime dtFilter, string sPath ) : void
dtFilter System.DateTime
sPath string
return void

SetSrcFiles() protected method

protected SetSrcFiles ( ) : void
return void

btnApply_Click() protected method

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

btnSave_Click() protected method

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

chkFilter_CheckedChanged() protected method

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

Property Details

fileHelper protected_oe property

protected FileDataHelper fileHelper
return FileDataHelper