Click or drag to resize

Directory Class

Contains code methods that access an LDAP directory
Inheritance Hierarchy
SystemObject
  Omada.OE.UtilityCodeAssemblyDirectory

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public class Directory

The Directory type exposes the following members.

Constructors
  NameDescription
Public methodDirectory
Top
Methods
  NameDescription
Public methodSynchronizeUserData Obsolete.
Method is used to retrieve info about a specific user from Active Directory or ADAM. The info is transferred to properties on the action object.
Codemethod usage
Designed to be used in a process only (Yes/No) No
Action Object (data object type) User

The action object must be a user, but it does not have to be of the built-in user type

Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also