SearchServiceApplicationProxy.GetResultItemTypes method (Nullable<Int32>, Nullable<Guid>, SearchObjectOwner, Boolean)
Somente para uso interno.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetResultItemTypes ( _
id As Nullable(Of Integer), _
internalID As Nullable(Of Guid), _
owner As SearchObjectOwner, _
includeHigherLevel As Boolean _
) As ICollection(Of ResultItemType)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim id As Nullable(Of Integer)
Dim internalID As Nullable(Of Guid)
Dim owner As SearchObjectOwner
Dim includeHigherLevel As Boolean
Dim returnValue As ICollection(Of ResultItemType)
returnValue = instance.GetResultItemTypes(id, _
internalID, owner, includeHigherLevel)
public ICollection<ResultItemType> GetResultItemTypes(
Nullable<int> id,
Nullable<Guid> internalID,
SearchObjectOwner owner,
bool includeHigherLevel
)
Parâmetros
- id
Type: System.Nullable<Int32>
- internalID
Type: System.Nullable<Guid>
- includeHigherLevel
Type: System.Boolean
Valor retornado
Type: System.Collections.Generic.ICollection<ResultItemType>
Ver também
Referência
SearchServiceApplicationProxy class