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
displayGroup
Type: Microsoft.Office.Server.Search.Administration.ScopeDisplayGroupThe scope display group to be set.
displayGroupInfo
Type: Microsoft.Office.Server.Search.Administration.DisplayGroupInfoThe display group information.
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.