System.Web.Hosting.VirtualDirectory.Files Property

Gets a list of all files contained in this directory.

Syntax

public abstract IEnumerable Files { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The VirtualDirectory.Files property contains System.Web.Hosting.VirtualFile objects that represent the files contained in this virtual directory. To return the System.Web.Hosting.VirtualDirectory objects, use the VirtualDirectory.Directories property. To return both System.Web.Hosting.VirtualFile and System.Web.Hosting.VirtualDirectory objects, use the VirtualDirectory.Children property.

Requirements

Namespace: System.Web.Hosting
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0