Click or drag to resize

RoPEControllerGetIdentityCalculationsInfo Method

Returns a dictionary containing all the calculations (one current and several historic) for an identity that exists in the RoPE DB.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<int, DateTime> GetIdentityCalculationsInfo(
	Guid identityId
)

Parameters

identityId
Type: SystemGuid

Return Value

Type: DictionaryInt32, DateTime
Keys are calculation ids for the identity. Values are the time where the calculations were made.
See Also