C# Class avt.DynamicFlashRotator.Net.Services.FileBrowser

显示文件 Open project: dnnsharp/DynamicRotator

Public Methods

Method Description
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

Method Details

FileBrowser() public method

public FileBrowser ( string rootPhysicalPath, string rootName ) : System
rootPhysicalPath string
rootName string
return System

ListFiles() public method

public ListFiles ( string relPath ) : List
relPath string
return List

ListFolders() public method

public ListFolders ( string relPath ) : List
relPath string
return List

ResolveUrl() public static method

public static ResolveUrl ( string relativeUrl ) : string
relativeUrl string
return string

Upload() public method

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