Share via


AreaGroup.GetListings Method

NOTE: This API is now obsolete.

Gets the listings of the group.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Function GetListings ( _
    HonorOrder As Boolean _
) As IList
'Usage
Dim instance As AreaGroup
Dim HonorOrder As Boolean
Dim returnValue As IList

returnValue = instance.GetListings(HonorOrder)
[ObsoleteAttribute("This class is obsolete.")]
public IList GetListings(
    bool HonorOrder
)

Parameters

  • HonorOrder
    Type: System.Boolean
    true if the order is alphabetical; false if numerical.

Return Value

Type: System.Collections.IList
System.Collections.IList object that represents the listings of the group.

Remarks

The caller must have PortalRight.ViewArea and PortalRight.ViewPages permissions to perform this operation.

See Also

Reference

AreaGroup Class

AreaGroup Members

Microsoft.SharePoint.Portal.SiteData Namespace