ISearchSiteAdministrationServiceApplication.GetResultItemTypes-Methode
Wird nur intern verwendet.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetResultItemTypes ( _
id As Nullable(Of Integer), _
internalID As Nullable(Of Guid), _
owner As SearchObjectOwner, _
IncludeHigherLevel As Boolean, _
WrapExceptionsForProxy As Boolean _
) As ICollection(Of ResultItemType)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim id As Nullable(Of Integer)
Dim internalID As Nullable(Of Guid)
Dim owner As SearchObjectOwner
Dim IncludeHigherLevel As Boolean
Dim WrapExceptionsForProxy As Boolean
Dim returnValue As ICollection(Of ResultItemType)
returnValue = instance.GetResultItemTypes(id, _
internalID, owner, IncludeHigherLevel, _
WrapExceptionsForProxy)
[OperationContractAttribute]
ICollection<ResultItemType> GetResultItemTypes(
Nullable<int> id,
Nullable<Guid> internalID,
SearchObjectOwner owner,
bool IncludeHigherLevel,
bool WrapExceptionsForProxy
)
Parameter
- id
Typ: System.Nullable<Int32>
- internalID
Typ: System.Nullable<Guid>
- IncludeHigherLevel
Typ: System.Boolean
- WrapExceptionsForProxy
Typ: System.Boolean
Rückgabewert
Typ: System.Collections.Generic.ICollection<ResultItemType>
Siehe auch
Referenz
ISearchSiteAdministrationServiceApplication Schnittstelle