AreaListingCollection.RemoveListing, méthode (Microsoft.SharePoint.Portal.SiteData)
Removes an area listing from the area.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Sub RemoveListing ( _
LstID As Guid _
)
'Utilisation
Dim instance As AreaListingCollection
Dim LstID As Guid
instance.RemoveListing(LstID)
public void RemoveListing (
Guid LstID
)
Paramètres
- LstID
The identifier of the area listing.
Remarques
The caller must have PortalRight.AllCategoryRights permission to perform this operation.
The RemoveListing method updates all the listings in this area; however, changing more than one listing at a time is not allowed. You must call the Update method when modifying multiple AreaListing objects.
Voir aussi
Référence
AreaListingCollection, classe
Membres AreaListingCollection
Microsoft.SharePoint.Portal.SiteData, espace de noms