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

Inheritance: Carrotware.CMS.Interface.AdminModule
Afficher le fichier Open project: ninianne98/CarrotCakeCMS

Protected Properties

Свойство Type Description
fileHelper FileDataHelper

Méthodes protégées

Méthode 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 méthode

protected BuildFolderList ( ) : void
Résultat void

EncodeBase64() protected méthode

protected EncodeBase64 ( string input ) : string
input string
Résultat string

LoadLists() protected méthode

protected LoadLists ( ) : void
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ParseGalleryImages() protected méthode

protected ParseGalleryImages ( ) : string>.Dictionary
Résultat string>.Dictionary

SetSitePath() protected méthode

protected SetSitePath ( string sPath ) : string
sPath string
Résultat string

SetSourceFiles() protected méthode

protected SetSourceFiles ( System.DateTime dtFilter, string sPath ) : void
dtFilter System.DateTime
sPath string
Résultat void

SetSrcFiles() protected méthode

protected SetSrcFiles ( ) : void
Résultat void

btnApply_Click() protected méthode

protected btnApply_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnSave_Click() protected méthode

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

chkFilter_CheckedChanged() protected méthode

protected chkFilter_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

fileHelper protected_oe property

protected FileDataHelper fileHelper
Résultat FileDataHelper