AreaService.DeleteAreaListing Method
Deletes the area listing.
Namespace: Microsoft.SharePoint.Portal
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub DeleteAreaListing ( _
AreaListingID As Guid _
)
'Usage
Dim instance As AreaService
Dim AreaListingID As Guid
instance.DeleteAreaListing(AreaListingID)
[WebMethodAttribute]
public void DeleteAreaListing(
Guid AreaListingID
)
Parameters
- AreaListingID
Type: System.Guid
The unique identifier of the area listing to be deleted.