Share via


AreaService.GetAreaListings Method

Obsolete. Gets all listings for the area.

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

Syntax

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

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

Parameters

  • ParentID
    Unique identifier of the parent area.

Return Value

Guid. An array of unique identifiers of area listings.

See Also

Reference

AreaService Class
AreaService Members
Area Web Service