System.Web.Configuration.EventMappingSettingsCollection.Insert Method

Adds the specified System.Web.Configuration.EventMappingSettings object to the specified index point in the collection.

Syntax

public void Insert (int index, EventMappingSettings eventMappingSettings)

Parameters

index
A valid index of an System.Web.Configuration.EventMappingSettings object in the collection.
eventMappingSettings
The System.Web.Configuration.EventMappingSettings object to insert into the collection.

Remarks

If the index parameter equals the number of items in the collection, then the entry is appended to the end of the collection.

Requirements

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