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)

member RemoveAt : 
        index:int -> unit

Parameters

index
Type: System.Int32

The index of the FolderLevelBuildProvider object to remove.

.NET Framework
Available since 4.0
Return to top
Show: