Property | Type | Description | |
---|---|---|---|
ANY | int |
Method | Description | |
---|---|---|
LdapPersistSearchControl ( int changeTypes, bool changesOnly, bool returnControls, bool isCritical ) : System |
Constructs an LdapPersistSearchControl object according to the supplied parameters. The resulting control is used to specify a persistent search.
|
|
ToString ( ) : System.String |
Method | Description | |
---|---|---|
LdapPersistSearchControl ( ) : System | ||
setValue ( ) : void |
Sets the encoded value of the LdapControlClass
|
public LdapPersistSearchControl ( int changeTypes, bool changesOnly, bool returnControls, bool isCritical ) : System | ||
changeTypes | int | the change types to monitor. The bitwise OR of any
/// of the following values:
/// |
changesOnly | bool | true if you do not want the server to return /// all existing entries in the directory that match the search /// criteria. (Use this if you just want the changed entries to be /// returned.) /// /// |
returnControls | bool | true if you want the server to return entry /// change controls with each entry in the search results. You need to /// return entry change controls to discover what type of change /// and other additional information about the change. /// /// |
isCritical | bool | true if this control is critical to the search /// operation. If true and the server does not support this control, /// the server will not perform the search at all. /// |
return | System |