ScopesManager.ConstructDisplayGroupFromInfo Method
Creates a scope display group with the specified scope display group information.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Function ConstructDisplayGroupFromInfo ( _
displayGroupInfo As DisplayGroupInfo _
) As ScopeDisplayGroup
'Usage
Dim displayGroupInfo As DisplayGroupInfo
Dim returnValue As ScopeDisplayGroup
returnValue = Me.ConstructDisplayGroupFromInfo(displayGroupInfo)
protected ScopeDisplayGroup ConstructDisplayGroupFromInfo(
DisplayGroupInfo displayGroupInfo
)
Parameters
displayGroupInfo
Type: Microsoft.Office.Server.Search.Administration.DisplayGroupInfoThe scope display group information.
Return Value
Type: Microsoft.Office.Server.Search.Administration.ScopeDisplayGroup
A scope display group associated with the information.
Remarks
This method initializes the scope display group with information from displayGroupInfo.