RoleGroupCollection::Insert Method (Int32, RoleGroup^)
.NET Framework (current version)
Adds a RoleGroup to the collection at the specified index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index at which to insert the role group.
- group
-
Type:
System.Web.UI.WebControls::RoleGroup^
The role group to insert.
The Insert method inserts the specified RoleGroup at the specified location. Role groups that follow the insertion point move down in the collection to accommodate the new element.
.NET Framework
Available since 2.0
Available since 2.0
Show: