CodeSubDirectoriesCollection.Remove Method (String)

 

Removes the specified item from the collection.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public void Remove(
	string directoryName
)

Parameters

directoryName
Type: System.String

The name of the directory to remove.

.NET Framework
Available since 2.0
Return to top
Show: