AreaListing.Delete Method
NOTE: This API is now obsolete.
Deletes an audience listing from the area.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Sub Delete
'Usage
Dim instance As AreaListing
instance.Delete()
[ObsoleteAttribute("This class is obsolete.")]
public void Delete()
Remarks
The caller must have PortalRight.AllCategoryRights permission to perform this operation.