C# Class TinyFileManager.NET.dialog

Inheritance: Page
显示文件 Open project: SkillsFundingAgency/dfc-tribal-skillsfundingagency

Public Properties

Property Type Description
arrLinks ArrayList
objConfig clsConfig
strAllowedFileExt string
strApply string
strCmd string
strCurrLink string
strCurrPath string
strEditor string
strFile string
strFolder string
strLang string
strType string

Public Methods

Method Description
FileIsVirusFree ( HttpPostedFile file ) : bool

Virus scan an uploaded file

getBreadCrumb ( ) : string
getEndOfLine ( int intColNum ) : string
getStartOfLine ( int intColNum ) : string

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
ThumbnailCallback ( ) : bool
createThumbnail ( string strFilename, string strThumbFilename ) : string
getNextColNum ( ) : int
getProportionalResize ( int intOldWidth, int intOldHeight, int &intNewWidth, int &intNewHeight ) : void
getUpOneDir ( string strInput ) : string
isImageFile ( string strFilename ) : bool
isMiscFile ( string strFilename ) : bool
isMusicFile ( string strFilename ) : bool
isVideoFile ( string strFilename ) : bool

Method Details

FileIsVirusFree() public static method

Virus scan an uploaded file
public static FileIsVirusFree ( HttpPostedFile file ) : bool
file HttpPostedFile
return bool

Page_Load() protected method

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

getBreadCrumb() public method

public getBreadCrumb ( ) : string
return string

getEndOfLine() public method

public getEndOfLine ( int intColNum ) : string
intColNum int
return string

getStartOfLine() public method

public getStartOfLine ( int intColNum ) : string
intColNum int
return string

Property Details

arrLinks public_oe property

public ArrayList arrLinks
return ArrayList

objConfig public_oe property

public clsConfig,TinyFileManager.NET objConfig
return clsConfig

strAllowedFileExt public_oe property

public string strAllowedFileExt
return string

strApply public_oe property

public string strApply
return string

strCmd public_oe property

public string strCmd
return string

strCurrLink public_oe property

public string strCurrLink
return string

strCurrPath public_oe property

public string strCurrPath
return string

strEditor public_oe property

public string strEditor
return string

strFile public_oe property

public string strFile
return string

strFolder public_oe property

public string strFolder
return string

strLang public_oe property

public string strLang
return string

strType public_oe property

public string strType
return string