AreaGroupCollection.Remove, méthode (Microsoft.SharePoint.Portal.SiteData)
Removes an area group from this collection.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
Group As AreaGroup _
)
'Utilisation
Dim instance As AreaGroupCollection
Dim Group As AreaGroup
instance.Remove(Group)
public void Remove (
AreaGroup Group
)
Paramètres
- Group
Area group from this collection to remove.
Remarques
The caller must have PortalRight.AllCategoryRights permission to perform this operation.
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