Share via


AreaService.DeleteArea Method

Deletes the area.

Namespace:  Microsoft.SharePoint.Portal
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub DeleteArea ( _
    AreaID As Guid _
)
'Usage
Dim instance As AreaService
Dim AreaID As Guid

instance.DeleteArea(AreaID)
[WebMethodAttribute]
public void DeleteArea(
    Guid AreaID
)

Parameters

  • AreaID
    Type: System.Guid
    The unique identifier of the area to be deleted.

See Also

Reference

AreaService Class

AreaService Members

Microsoft.SharePoint.Portal Namespace