Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator to access the collection of scopes 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 GetScopesForSite ( _
siteUrl As Uri _
) As IEnumerable
'Usage
Dim instance As Scopes
Dim siteUrl As Uri
Dim returnValue As IEnumerable
returnValue = instance.GetScopesForSite(siteUrl)
public override IEnumerable GetScopesForSite(
Uri siteUrl
)
Parameters
siteUrl
Type: System.UriA System.Uri object representing the site URL.
Return value
Type: System.Collections.IEnumerable
A System.Collections.IEnumerator object.