| DirectorySynchronizeUserData Method |
Note: This API is now 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
Namespace:
Omada.OE.UtilityCodeAssembly
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute]
public bool SynchronizeUserData(
CodeMethodInvokeContext context,
string userName,
int configId
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
Invoke context object
- userName
- Type: SystemString
Username of the user to retrieve info from
- configId
- Type: SystemInt32
Id of an LDAP data exchange configuration
Return Value
Type:
Booleantrue if OK
See Also