C# 클래스 avt.DynamicFlashRotator.Net.Services.FileBrowser

파일 보기 프로젝트 열기: dnnsharp/DynamicRotator

공개 메소드들

메소드 설명
FileBrowser ( string rootPhysicalPath, string rootName ) : System
ListFiles ( string relPath ) : List
ListFolders ( string relPath ) : List
ResolveUrl ( string relativeUrl ) : string
Upload ( string relPath, System.Web.HttpPostedFile file ) : void

메소드 상세

FileBrowser() 공개 메소드

public FileBrowser ( string rootPhysicalPath, string rootName ) : System
rootPhysicalPath string
rootName string
리턴 System

ListFiles() 공개 메소드

public ListFiles ( string relPath ) : List
relPath string
리턴 List

ListFolders() 공개 메소드

public ListFolders ( string relPath ) : List
relPath string
리턴 List

ResolveUrl() 공개 정적인 메소드

public static ResolveUrl ( string relativeUrl ) : string
relativeUrl string
리턴 string

Upload() 공개 메소드

public Upload ( string relPath, System.Web.HttpPostedFile file ) : void
relPath string
file System.Web.HttpPostedFile
리턴 void