AreaService.GetSubAreas Method

Gets the subareas of the current area.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetSubAreas ( _
    ParentID As Guid _
) As Guid()
'Usage
Dim instance As AreaService
Dim ParentID As Guid
Dim returnValue As Guid()

returnValue = instance.GetSubAreas(ParentID)
[WebMethodAttribute]
public Guid[] GetSubAreas(
    Guid ParentID
)

Parameters

  • ParentID
    Type: System.Guid
    The identifier of the parent area.

Return Value

Type: []
Guid[], an array of unique identifiers of the subareas for the parent area.

See Also

Reference

AreaService Class

AreaService Members

Microsoft.SharePoint.Portal Namespace