AreaService.GetAreaData Method

Obsolete. Gets data for the area.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/GetAreaData", RequestNamespace:="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", ResponseNamespace:="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetAreaData ( _
    AreaID As Guid _
) As AreaData
'Usage
Dim instance As AreaService
Dim AreaID As Guid
Dim returnValue As AreaData

returnValue = instance.GetAreaData(AreaID)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/GetAreaData", RequestNamespace="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", ResponseNamespace="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public AreaData GetAreaData (
    Guid AreaID
)

Parameters

  • AreaID
    Unique identifier of the area.

Return Value

Microsoft.SharePoint.Portal.WebControls.AreaData that contains the area data.

See Also

Reference

AreaService Class
AreaService Members
Area Web Service