AdHelperAddPaging - метод |
Добавление пейджинга для запроса LDAP
Пространство имён:
Tessa.Extensions.Platform.Server.AdSync
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static LdapSearchConstraints AddPaging(
this LdapSearchConstraints constraints,
byte[] cookie
)
<ExtensionAttribute>
Public Shared Function AddPaging (
constraints As LdapSearchConstraints,
cookie As Byte()
) As LdapSearchConstraints
public:
[ExtensionAttribute]
static LdapSearchConstraints^ AddPaging(
LdapSearchConstraints^ constraints,
array<unsigned char>^ cookie
)
[<ExtensionAttribute>]
static member AddPaging :
constraints : LdapSearchConstraints *
cookie : byte[] -> LdapSearchConstraints
Параметры
- constraints
- Тип: LdapSearchConstraints
Текущий констрейнт соединения - cookie
- Тип: SystemByte
Файл-печенька
Возвращаемое значение
Тип:
LdapSearchConstraintsПримечание об использовании
В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
LdapSearchConstraints. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).
См. также