Метод ISearchSiteAdministrationServiceApplication.GetResultItemTypes
Только для внутреннего использования.
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
'Декларация
<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)
'Применение
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
)
- id
Тип: System.Nullable<Int32>
- internalID
Тип: System.Nullable<Guid>
- IncludeHigherLevel
Тип: System.Boolean
- WrapExceptionsForProxy
Тип: System.Boolean
Тип: System.Collections.Generic.ICollection<ResultItemType>
ISearchSiteAdministrationServiceApplication интерфейс
Элементы ISearchSiteAdministrationServiceApplication
Пространство имен Microsoft.Office.Server.Search.Administration