Scopes.GetUnusedScopesForSite Method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetUnusedScopesForSite ( _
siteUrl As Uri _
) As IEnumerable
'Usage
Dim instance As Scopes
Dim siteUrl As Uri
Dim returnValue As IEnumerable
returnValue = instance.GetUnusedScopesForSite(siteUrl)
public IEnumerable GetUnusedScopesForSite(
Uri siteUrl
)
Parameters
- siteUrl
Type: System.Uri
A System.Uri object representing the site URL.
Return Value
Type: System.Collections.IEnumerable