IP*Works! 2016 macOS Edition
IP*Works! 2016 macOS Edition
Questions / Feedback?

searchScope (property)

Controls the scope of LDAP search operations.

- (int)searchScope

- (void)setSearchScope:(int)newSearchScope

Possible Values

SS_BASE_OBJECT(0), SS_SINGLE_LEVEL(1), SS_WHOLE_SUBTREE(2)

Default Value

2

Remarks

This property controls the scope of LDAP search operations. Possible values are:

ssBaseObject (0) Search only the base object.
ssSingleLevel (1) Search only one level, including objects directly below the base object, but not the base object itself.
ssWholeSubtree (2) Search the whole subtree, including the base object itself.

Default is to search the whole subtree.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 macOS Edition - Version 16.0 [Build 7353]