C# 클래스 TinyFileManager.NET.dialog

상속: Page
파일 보기 프로젝트 열기: SkillsFundingAgency/dfc-tribal-skillsfundingagency

공개 프로퍼티들

프로퍼티 타입 설명
arrLinks ArrayList
objConfig clsConfig
strAllowedFileExt string
strApply string
strCmd string
strCurrLink string
strCurrPath string
strEditor string
strFile string
strFolder string
strLang string
strType string

공개 메소드들

메소드 설명
FileIsVirusFree ( HttpPostedFile file ) : bool

Virus scan an uploaded file

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

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

FileIsVirusFree() 공개 정적인 메소드

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

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

getBreadCrumb() 공개 메소드

public getBreadCrumb ( ) : string
리턴 string

getEndOfLine() 공개 메소드

public getEndOfLine ( int intColNum ) : string
intColNum int
리턴 string

getStartOfLine() 공개 메소드

public getStartOfLine ( int intColNum ) : string
intColNum int
리턴 string

프로퍼티 상세

arrLinks 공개적으로 프로퍼티

public ArrayList arrLinks
리턴 ArrayList

objConfig 공개적으로 프로퍼티

public clsConfig,TinyFileManager.NET objConfig
리턴 clsConfig

strAllowedFileExt 공개적으로 프로퍼티

public string strAllowedFileExt
리턴 string

strApply 공개적으로 프로퍼티

public string strApply
리턴 string

strCmd 공개적으로 프로퍼티

public string strCmd
리턴 string

strCurrLink 공개적으로 프로퍼티

public string strCurrLink
리턴 string

strCurrPath 공개적으로 프로퍼티

public string strCurrPath
리턴 string

strEditor 공개적으로 프로퍼티

public string strEditor
리턴 string

strFile 공개적으로 프로퍼티

public string strFile
리턴 string

strFolder 공개적으로 프로퍼티

public string strFolder
리턴 string

strLang 공개적으로 프로퍼티

public string strLang
리턴 string

strType 공개적으로 프로퍼티

public string strType
리턴 string