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:

  • LDAPMBS.Add(distinguishedName as string, attrs() as LDAPModMBS)
  • LDAPMBS.Modify(distinguishedName as string, attrs() as LDAPModMBS)

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


LDAPMBS   -   LGLAbortedExceptionMBS


The biggest plugin in space...