Show 

Home > eRoom API Help > Server Access API > SAAPI Properties > SearchRoot property

Show Show 

 

SearchRoot property

Sets or returns the root for directory operations on this LDAP Connection.

Syntax


C++

HRESULT get_SearchRoot(BSTR* pSearchRoot)

HRESULT put_SearchRoot(BSTR SearchRoot)

Scripting languages

String = Connection.SearchRoot

Connection.SearchRoot = String

 

Home

Applies to

IERULDAPConnection