AreaGroupCollection.InsertAt Method (AreaGroup, Int32)
NOTE: This API is now obsolete.
Creates an area group at a specified location.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Sub InsertAt ( _
Group As AreaGroup, _
index As Integer _
)
'Usage
Dim instance As AreaGroupCollection
Dim Group As AreaGroup
Dim index As Integer
instance.InsertAt(Group, index)
[ObsoleteAttribute("This class is obsolete.")]
public void InsertAt(
AreaGroup Group,
int index
)
Parameters
- Group
Type: Microsoft.SharePoint.Portal.SiteData.AreaGroup
The area group to create.
- index
Type: System.Int32
The location of the area group.
Remarks
Modified properties are not updated in the database until you call the Update method of the Area class.