RemoteScopes.GetDisplayGroup method
Gets the ScopeDisplayGroup.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Function GetDisplayGroup ( _
siteUrl As Uri, _
name As String _
) As ScopeDisplayGroup
'Usage
Dim instance As RemoteScopes
Dim siteUrl As Uri
Dim name As String
Dim returnValue As ScopeDisplayGroup
returnValue = instance.GetDisplayGroup(siteUrl, _
name)
public override ScopeDisplayGroup GetDisplayGroup(
Uri siteUrl,
string name
)
Parameters
siteUrl
Type: System.UriThe Uniform Resource Identifier (URI) of the search Scope consumer of the required ScopeDisplayGroup.
name
Type: System.StringThe name of the ScopeDisplayGroup objects.
Return value
Type: Microsoft.Office.Server.Search.Administration.ScopeDisplayGroup
The Scope display group.
Remarks
The name must be not null . It must be a non-empty string that does not exceed 60 characters.