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
- internalID
Type: System.Guid
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerA SearchObjectOwner representing the same site context as the desired ResultItemType
Return value
Type: Microsoft.Office.Server.Search.Administration.ResultItemType