ResultItemTypeManager.GetResultItemTypeByInternalID method

Retrieves a particular ResultItemType from the Search Service

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

Syntax

'Declaration
Public Function GetResultItemTypeByInternalID ( _
    internalID As Guid, _
    owner As SearchObjectOwner _
) As ResultItemType
'Usage
Dim instance As ResultItemTypeManager
Dim internalID As Guid
Dim owner As SearchObjectOwner
Dim returnValue As ResultItemType

returnValue = instance.GetResultItemTypeByInternalID(internalID, _
    owner)
public ResultItemType GetResultItemTypeByInternalID(
    Guid internalID,
    SearchObjectOwner owner
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Administration.ResultItemType

See also

Reference

ResultItemTypeManager class

ResultItemTypeManager members

Microsoft.Office.Server.Search.Administration namespace