ResultItemTypeManager.GetResultItemTypeByInternalID method
Recupera um ResultItemType específico do serviço de pesquisa
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetResultItemTypeByInternalID ( _
internalID As Guid, _
owner As SearchObjectOwner _
) As ResultItemType
'Uso
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
)
Parâmetros
- internalID
Type: System.Guid
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerUm SearchObjectOwner que representa o mesmo contexto do site como o ResultItemType desejado
Valor retornado
Type: Microsoft.Office.Server.Search.Administration.ResultItemType