AreaGroupCollection.RemoveAt Method
NOTE: This API is now obsolete.
Removes an area group from this collection by location.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Sub RemoveAt ( _
index As Integer _
)
'Usage
Dim instance As AreaGroupCollection
Dim index As Integer
instance.RemoveAt(index)
[ObsoleteAttribute("This class is obsolete.")]
public void RemoveAt(
int index
)
Parameters
- index
Type: System.Int32
The location of the area group to be removed from this collection.
Remarks
The caller must have PortalRight.AllCategoryRights permission to perform this operation.