Scopes.GetDisplayGroupsForSite method

Returns an enumerator to access the collection of display groups for a specified site.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Overrides Function GetDisplayGroupsForSite ( _
    siteUrl As Uri _
) As IEnumerable
'Usage
Dim instance As Scopes
Dim siteUrl As Uri
Dim returnValue As IEnumerable

returnValue = instance.GetDisplayGroupsForSite(siteUrl)
public override IEnumerable GetDisplayGroupsForSite(
    Uri siteUrl
)

Parameters

  • siteUrl
    Type: System.Uri

    A System.Uri object representing the site URL.

Return value

Type: System.Collections.IEnumerable
A System.Collections.IEnumerator object.

See also

Reference

Scopes class

Scopes members

Microsoft.Office.Server.Search.Administration namespace