C# Class examples_asp_08_ReadDirectories, dev

Inheritance: System.Web.UI.Page
Show file Open project: jannunzi/dev

Protected Properties

Property Type Description
basePath string
directories DirectoryInfo[]
directory DirectoryInfo
files FileInfo[]
paramPath string

Protected Methods

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

Method Details

Page_Load() protected method

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

Property Details

basePath protected property

protected string basePath
return string

directories protected property

protected DirectoryInfo[] directories
return DirectoryInfo[]

directory protected property

protected DirectoryInfo directory
return DirectoryInfo

files protected property

protected FileInfo[] files
return FileInfo[]

paramPath protected property

protected string paramPath
return string