ScopesManager.SetDisplayGroupDetails method

Sets the detailed information about the specified scope display group with the specified display group information.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Protected Sub SetDisplayGroupDetails ( _
    displayGroup As ScopeDisplayGroup, _
    displayGroupInfo As DisplayGroupInfo _
)
'Usage
Dim displayGroup As ScopeDisplayGroup
Dim displayGroupInfo As DisplayGroupInfo

Me.SetDisplayGroupDetails(displayGroup, _
    displayGroupInfo)
protected void SetDisplayGroupDetails(
    ScopeDisplayGroup displayGroup,
    DisplayGroupInfo displayGroupInfo
)

Parameters

Exceptions

Exception Condition
DeletedConcurrencyException

The displayGroupInfo is marked as deleted.

Remarks

If the displayGroupInfo is marked as deleted, this method marks the displayGroup as deleted before it throws the exception.

See also

Reference

ScopesManager class

ScopesManager members

Microsoft.Office.Server.Search.Administration namespace