Enables scripted content fragments to access LDAP Groups

Methods

List

Searches for LDAP groups

Usage

#set($pagedListResponse = $core_v2_ldapGroups.List($matchText))

Parameters

NameTypeDescriptionRequiredDefaultOptions
matchTextstringMatch TextRequired

Return Type

PagedList<LdapGroup>

List

Searches for LDAP groups

Usage

#set($pagedListResponse = $core_v2_ldapGroups.List($matchText, "%{PageIndex = $pageIndexArg, PageSize = $pageSizeArg}"))

Parameters

NameTypeDescriptionRequiredDefaultOptions
matchTextstringMatch TextRequired
PageIndexintSpecify the page number of paged results to return. Zero-based index.Optional0
PageSizeintSpecify the number of results to return per page.Optional20

Return Type

PagedList<LdapGroup>