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

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.

See also

Reference

ScopesManager class

ScopesManager members

Microsoft.Office.Server.Search.Administration namespace