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