AreaGroup.GetListings, méthode (Microsoft.SharePoint.Portal.SiteData)
Gets the listings of the group.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Function GetListings ( _
HonorOrder As Boolean _
) As IList
'Utilisation
Dim instance As AreaGroup
Dim HonorOrder As Boolean
Dim returnValue As IList
returnValue = instance.GetListings(HonorOrder)
public IList GetListings (
bool HonorOrder
)
Paramètres
- HonorOrder
true if the order is alphabetical; false if numerical.
Valeur de retour
System.Collections.IList object that represents the listings of the group.
Remarques
The caller must have PortalRight.ViewArea and PortalRight.ViewPages permissions to perform this operation.
Voir aussi
Référence
AreaGroup, classe
Membres AreaGroup
Microsoft.SharePoint.Portal.SiteData, espace de noms