WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsILDAPControl

IID:3a7ceb8e-482a-4a4f-9aa4-26b9a69a3595
Inherits From:nsISupports

XPCOM representation of the C SDK LDAPControl structure.


Properties

PRBool isCritical

Should the client or server abort if the control is not understood? Should be set to false for server controls used in abandon and unbind operations, since those have no server response.

ACString oid

Control type, represented as a string.

nsILDAPBERValue value

The data associated with a control, if any. To specify that no data is to be associated with the control, don't set this at all (which is equivalent to setting it to null).

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com