| IdentityControllerGetIdentityUserId Method (Int32) |
The method returns the id of the user which the specified identity belongs to.
Delete-marked users are ignored.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual int GetIdentityUserId(
int identityId
)
Parameters
- identityId
- Type: SystemInt32
Return Value
Type:
Int32
Returns the id of the user referring the the specified identity.
If none is found then zero is returned.
See Also