AdHelperDeletePaging - метод
Удаление пейджинга для запроса LDAP
Пространство имён: Tessa.Extensions.Platform.Server.AdSyncСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static LdapSearchConstraints DeletePaging(
this LdapSearchConstraints constraints
)
<ExtensionAttribute>
Public Shared Function DeletePaging (
constraints As LdapSearchConstraints
) As LdapSearchConstraints
public:
[ExtensionAttribute]
static LdapSearchConstraints^ DeletePaging(
LdapSearchConstraints^ constraints
)
[<ExtensionAttribute>]
static member DeletePaging :
constraints : LdapSearchConstraints -> LdapSearchConstraints
- constraints LdapSearchConstraints
- Текущий констрейнт соединения
LdapSearchConstraintsВ Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
LdapSearchConstraints. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).