Partager via


AreaGroupCollection.Add, méthode (Microsoft.SharePoint.Portal.SiteData)

Creates an area listing group.

Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    Title As String _
) As Integer
'Utilisation
Dim instance As AreaGroupCollection
Dim Title As String
Dim returnValue As Integer

returnValue = instance.Add(Title)
public int Add (
    string Title
)

Paramètres

  • Title
    The title of the area listing group.

Valeur de retour

Int32 that represents the location of the area listing group.

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