SeekToConditionItemView(SearchFilter, Int32, OffsetBasePoint) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public SeekToConditionItemView(
SearchFilter condition,
int pageSize,
OffsetBasePoint offsetBasePoint
)
Public Sub New (
condition As SearchFilter,
pageSize As Integer,
offsetBasePoint As OffsetBasePoint
)
public:
SeekToConditionItemView(
SearchFilter^ condition,
int pageSize,
OffsetBasePoint offsetBasePoint
)
new :
condition : SearchFilter *
pageSize : int *
offsetBasePoint : OffsetBasePoint -> SeekToConditionItemView
Параметры
- condition
- Тип: Tessa.Exchange.WebServices.DataSearchFilter
Condition to be used when seeking. - pageSize
- Тип: SystemInt32
The maximum number of elements the search operation should return. - offsetBasePoint
- Тип: Tessa.Exchange.WebServices.DataOffsetBasePoint
The base point of the offset.
См. также