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.
nsILDAPModification
| IID: | f64ef501-0623-11d6-a7f2-b65476fc49dc |
| Inherits From: | nsISupports |
Constants
| Add operation | ||
| PRInt32 | MOD_ADD | = 0 |
| Delete operation | ||
| PRInt32 | MOD_DELETE | = 1 |
| Replace operation | ||
| PRInt32 | MOD_REPLACE | = 2 |
| Values are BER encoded | ||
| PRInt32 | MOD_BVALUES | = 128 |
Properties
PRInt32 operation
The operation to perform.
ACString type
The attribute to modify.
nsIArray values
The array of values this modification sets for the attribute
Methods
void setUpModification ( PRInt32 operation , ACString type , nsIArray values )
void setUpModificationOneValue ( PRInt32 operation , ACString type , nsILDAPBERValue value )
void setUpModification ( PRInt32 operation , ACString type , nsIArray values )
Function that allows all the attributes to be set at the same time to avoid multiple function calls.
- Arguments:
- operation
- type
- values
void setUpModificationOneValue ( PRInt32 operation , ACString type , nsILDAPBERValue value )
- Arguments:
- operation
- type
- value
Reference documentation is generated from Mozilla's source.
