: AreaService.DeleteAreaListing (Método) (Microsoft.SharePoint.Portal)
Deletes the area listing.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<WebMethodAttribute> _
Public Sub DeleteAreaListing ( _
AreaListingID As Guid _
)
'Uso
Dim instance As AreaService
Dim AreaListingID As Guid
instance.DeleteAreaListing(AreaListingID)
[WebMethodAttribute]
public void DeleteAreaListing (
Guid AreaListingID
)
Parámetros
- AreaListingID
The unique identifier of the area listing to be deleted.
Vea también
Referencia
AreaService (Clase)
AreaService (Miembros)
Microsoft.SharePoint.Portal (Espacio de nombres)