System.Web.Hosting.VirtualDirectory.Directories Property

Gets a list of all the subdirectories contained in this directory.

Syntax

public abstract IEnumerable Directories { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The VirtualDirectory.Directories property contains System.Web.Hosting.VirtualDirectory objects that represent the directories contained in this virtual directory. To return the System.Web.Hosting.VirtualFile objects, use the VirtualDirectory.Files 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