AreaGroupCollection.InsertAt, méthode (String, Int32) (Microsoft.SharePoint.Portal.SiteData)
Moves an area listing group to a specified location.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Function InsertAt ( _
Title As String, _
index As Integer _
) As AreaGroup
'Utilisation
Dim instance As AreaGroupCollection
Dim Title As String
Dim index As Integer
Dim returnValue As AreaGroup
returnValue = instance.InsertAt(Title, index)
public AreaGroup InsertAt (
string Title,
int index
)
Paramètres
- Title
The title of the area listing group.
- index
Location in which to insert the area listing group.
Valeur de retour
An AreaGroup object that represents the area listing group that is moved.
Remarques
Modified properties are not updated in the database until you call the Update method of the Area class.
Voir aussi
Référence
AreaGroupCollection, classe
Membres AreaGroupCollection
Microsoft.SharePoint.Portal.SiteData, espace de noms