Share via


AreaService.GetAreaListings Method

Gets all listings for the area.

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

Syntax

'Declaration
<WebMethodAttribute> _
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)
[WebMethodAttribute]
public Guid[] GetAreaListings(
    Guid ParentID
)

Parameters

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

Return Value

Type: []
Guid, an array of unique identifiers of area listings.

See Also

Reference

AreaService Class

AreaService Members

Microsoft.SharePoint.Portal Namespace