ScopeDisplayGroup.Insert Method

Adds a scope to the display group's scope collection, at the specified index.

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

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    scope As Scope _
)
'Usage
Dim instance As ScopeDisplayGroup
Dim index As Integer
Dim scope As Scope

instance.Insert(index, scope)
public void Insert(
    int index,
    Scope scope
)

Parameters

  • index
    Type: System.Int32

    A 32-bit integer that specifies the index position at which to insert the scope.

See Also

Reference

ScopeDisplayGroup Class

ScopeDisplayGroup Members

Microsoft.Office.Server.Search.Administration Namespace