C# 클래스 Carrotware.Web.UI.Components.FileDataHelper

파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS-MVC

Private Properties

프로퍼티 타입 설명
SpiderFolders void
SpiderFoldersFD void

공개 메소드들

메소드 설명
FileDataHelper ( ) : System
FileDataHelper ( string blockedExts ) : System
GetFileInfo ( string sQuery, string myFile ) : FileData
GetFiles ( string sQuery ) : List
GetFolderInfo ( string sQuery, string myFile ) : FileData
GetFolders ( string sQuery ) : List
IncludeAllFiletypes ( ) : void
MakeFileFolderPath ( string sDirPath ) : string
MakeFilePathUniform ( string sDirPath ) : string
MakeWebFolderPath ( string sDirPath ) : string
SpiderDeepFolders ( string sQuery ) : List
SpiderDeepFoldersFD ( string sQuery ) : List

비공개 메소드들

메소드 설명
SpiderFolders ( string sPath ) : void
SpiderFoldersFD ( string sQuery ) : void

메소드 상세

FileDataHelper() 공개 메소드

public FileDataHelper ( ) : System
리턴 System

FileDataHelper() 공개 메소드

public FileDataHelper ( string blockedExts ) : System
blockedExts string
리턴 System

GetFileInfo() 공개 메소드

public GetFileInfo ( string sQuery, string myFile ) : FileData
sQuery string
myFile string
리턴 FileData

GetFiles() 공개 메소드

public GetFiles ( string sQuery ) : List
sQuery string
리턴 List

GetFolderInfo() 공개 메소드

public GetFolderInfo ( string sQuery, string myFile ) : FileData
sQuery string
myFile string
리턴 FileData

GetFolders() 공개 메소드

public GetFolders ( string sQuery ) : List
sQuery string
리턴 List

IncludeAllFiletypes() 공개 메소드

public IncludeAllFiletypes ( ) : void
리턴 void

MakeFileFolderPath() 공개 정적인 메소드

public static MakeFileFolderPath ( string sDirPath ) : string
sDirPath string
리턴 string

MakeFilePathUniform() 공개 정적인 메소드

public static MakeFilePathUniform ( string sDirPath ) : string
sDirPath string
리턴 string

MakeWebFolderPath() 공개 정적인 메소드

public static MakeWebFolderPath ( string sDirPath ) : string
sDirPath string
리턴 string

SpiderDeepFolders() 공개 메소드

public SpiderDeepFolders ( string sQuery ) : List
sQuery string
리턴 List

SpiderDeepFoldersFD() 공개 메소드

public SpiderDeepFoldersFD ( string sQuery ) : List
sQuery string
리턴 List