Share via


AreaGroupCollection.InsertAt Method (String, Int32)

NOTE: This API is now obsolete.

Moves an area listing group to 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 Function InsertAt ( _
    Title As String, _
    index As Integer _
) As AreaGroup
'Usage
Dim instance As AreaGroupCollection
Dim Title As String
Dim index As Integer
Dim returnValue As AreaGroup

returnValue = instance.InsertAt(Title, _
    index)
[ObsoleteAttribute("This class is obsolete.")]
public AreaGroup InsertAt(
    string Title,
    int index
)

Parameters

  • index
    Type: System.Int32
    Location in which to insert the area listing group.

Return Value

Type: Microsoft.SharePoint.Portal.SiteData.AreaGroup
An AreaGroup object that represents the area listing group that is moved.

Remarks

Modified properties are not updated in the database until you call the Update method of the Area class.

See Also

Reference

AreaGroupCollection Class

AreaGroupCollection Members

InsertAt Overload

Microsoft.SharePoint.Portal.SiteData Namespace