ResultItemTypeManager.GetResultItemTypeByID 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 GetResultItemTypeByID ( _
id As Integer, _
owner As SearchObjectOwner _
) As ResultItemType
'Uso
Dim instance As ResultItemTypeManager
Dim id As Integer
Dim owner As SearchObjectOwner
Dim returnValue As ResultItemType
returnValue = instance.GetResultItemTypeByID(id, _
owner)
public ResultItemType GetResultItemTypeByID(
int id,
SearchObjectOwner owner
)
Parâmetros
id
Type: System.Int32A id de ResultItemType para recuperar
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