AreaListing.RemoveAudience, méthode (Microsoft.SharePoint.Portal.SiteData)
Removes an audience 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 RemoveAudience ( _
OrgleID As Guid _
)
'Utilisation
Dim instance As AreaListing
Dim OrgleID As Guid
instance.RemoveAudience(OrgleID)
public void RemoveAudience (
Guid OrgleID
)
Paramètres
- OrgleID
The identifier of the audience listing to remove from the area.
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.
Voir aussi
Référence
AreaListing, classe
Membres AreaListing
Microsoft.SharePoint.Portal.SiteData, espace de noms