Platforms to show: All Mac Windows Linux Cross-Platform

Back to ODRecordMBS class.

ODRecordMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Open Directory MBS MacFrameworks Plugin 19.3 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The private constructor.

ODRecordMBS.recordDetails(byref error as NSErrorMBS) as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Open Directory MBS MacFrameworks Plugin 19.3 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns a dictionary of attributes with their respective values.

Error: An error reference for error details.

Returns a dictionary of the attributes in inAttributes with their respective values.

Some examples using this method:

ODRecordMBS.recordDetailsForAttributes(inAttributes() as string, byref error as NSErrorMBS) as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Open Directory MBS MacFrameworks Plugin 19.3 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns a dictionary of attributes with their respective values.

inAttributes: An array of attributes. Can be nil.
Error: An error reference for error details.

Returns a dictionary of the attributes in inAttributes with their respective values.

If inAttributes is nil, all currently retrieved attributes are returned.

ODRecordMBS.synchronize(byref error as NSErrorMBS) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Open Directory MBS MacFrameworks Plugin 19.3 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Synchronizes the record from the directory to get current data and commit changes.

Returns true if the record successfully synchronizes; otherwise, false.

This method only fetches those attributes that have been fetched before.

ODRecordMBS.valuesForAttribute(inAttribute as String, byref error as NSErrorMBS) as Variant()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Open Directory MBS MacFrameworks Plugin 19.3 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the values of an attribute of the record.

inAttribute: The attribute.
Error: An error reference for error details. Can be nil.

Returns an array of attribute values. Elements are of type String or MemoryBlock.

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


The biggest plugin in space...