Share via


AreaService.GetSubAreas Method

Obsolete. Gets the subareas of the current area.

Web Service: AreaWeb Reference: http://<Site>/_vti_bin/AreaService.asmx

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/GetSubAreas", RequestNamespace:="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", ResponseNamespace:="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
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)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/GetSubAreas", RequestNamespace="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", ResponseNamespace="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public Guid[] GetSubAreas (
    Guid ParentID
)

Parameters

  • ParentID
    Identifier of the parent area.

Return Value

Guid[]. An array of unique identifiers of the subareas for the parent area.

See Also

Reference

AreaService Class
AreaService Members
Area Web Service