Click or drag to resize

ResourceAssignmentStatusCountLoadOptionsCreateForCreatedByUserOrBeneficiary Method

Get count of resource assignments created by a specific user OR where the benificiary is a specific identity

Namespace:  Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequest
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static ResourceAssignmentStatusCountLoadOptions CreateForCreatedByUserOrBeneficiary(
	int userId,
	int beneficiaryId
)

Parameters

userId
Type: SystemInt32
beneficiaryId
Type: SystemInt32
Identity id

Return Value

Type: ResourceAssignmentStatusCountLoadOptions
See Also