Click or drag to resize

RoleManagementAreResourcesInConflict Method

CodeMethod running on a Resource object. If a constraint is violated, an exception is thrown.

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution.SoDV2
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void AreResourcesInConflict(
	CodeMethodInvokeContext context,
	string childResourceSysName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
childResourceSysName
Type: SystemString
See Also