Click or drag to resize

RoPEControllerGetCalculatedAssignments Method (GuidCollection, Int32)

Note: This API is now obsolete.

Returns the calculations with the provided UID

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#
[ObsoleteAttribute("This method is obsoleted from v14u8 and will be removed in future version. Use overload with identityId instead.")]
public CalculatedAssignmentCollection GetCalculatedAssignments(
	GuidCollection ids,
	int calculationId
)

Parameters

ids
Type: GuidCollection
calculationId
Type: SystemInt32

Return Value

Type: CalculatedAssignmentCollection
See Also