LDAPModMBS class

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

LDAPModMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class LDAP MBS Network Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class to hold values being added/modified.
Example
dim m1 as new LDAPModMBS

m1.Operation = m1.kOperationAdd
m1.Type = "sn"
m1.addValue "yyy"

Operations

Constant Value Description
kOperationAdd 0 Adds a value to the entry. The supplied values are appended to the existing values in the attribute.
kOperationDelete 1 Deletes a value in the entry. The supplied values are deleted from the current attribute values.
kOperationReplace 2 Replaces a value in the entry. The supplied values replace the existing attribute values.

This class has no sub classes.

Some methods using this class:


The items on this page are in the following plugins: MBS Network Plugin.


LDAPMBS   -   LGLAbortedExceptionMBS


💬 Ask a question or report a problem