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

Show file Open project: ninianne98/CarrotCakeCMS

Public Properties

Property Type Description
sQueryMode string
sQueryPath string
sReturnMode string
sViewMode string

Protected Properties

Property Type Description
helpFile FileDataHelper

Public Methods

Method Description
CreateFileLink ( string sPath ) : string
CreateFileSrc ( string sPath, string sFile, string sMime ) : string
FileImageLink ( string sMime ) : string

Protected Methods

Method Description
LoadLists ( ) : void
Page_Load ( object sender, EventArgs e ) : void
SetSitePath ( string sPath ) : string
btnRemove_Click ( object sender, EventArgs e ) : void
btnUpload_Click ( object sender, EventArgs e ) : void

Method Details

CreateFileLink() public method

public CreateFileLink ( string sPath ) : string
sPath string
return string

CreateFileSrc() public method

public CreateFileSrc ( string sPath, string sFile, string sMime ) : string
sPath string
sFile string
sMime string
return string

FileImageLink() public method

public FileImageLink ( string sMime ) : string
sMime 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 EventArgs
return void

SetSitePath() protected method

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

btnRemove_Click() protected method

protected btnRemove_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnUpload_Click() protected method

protected btnUpload_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

helpFile protected property

protected FileDataHelper helpFile
return FileDataHelper

sQueryMode public property

public string sQueryMode
return string

sQueryPath public property

public string sQueryPath
return string

sReturnMode public property

public string sReturnMode
return string

sViewMode public property

public string sViewMode
return string