UNPKG

@digitalpersona/services

Version:
14 lines (8 loc) 588 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [SearchQuery](./services.searchquery.md) &gt; [baseDN](./services.searchquery.basedn.md) ## SearchQuery.baseDN property A distinguished name of the entry at which to start the search. This is an optional parameter and if it set to `null` we will perform the search from a default base (an AD root for the DPCA AD Server, LDS partition root for the DPCA LDS Server) <b>Signature:</b> ```typescript baseDN?: string; ```