FolderLevelBuildProviderCollection.RemoveAt Method (Int32)

.NET Framework (current version)
 

Removes a FolderLevelBuildProvider object at the specified index in a FolderLevelBuildProviderCollection object.

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

public void RemoveAt(
	int index
)

Parameters

index
Type: System.Int32

The index of the FolderLevelBuildProvider object to remove.

.NET Framework
Available since 4.0
Return to top
Show: