Click or drag to resize

ContextControllerCreateContextAssignment Method (Int32, Int32, DateTime, DateTime)

The data object security model is respected.

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 void CreateContextAssignment(
	int identityId,
	int contextId,
	DateTime validFrom,
	DateTime validTo
)

Parameters

identityId
Type: SystemInt32
contextId
Type: SystemInt32
validFrom
Type: SystemDateTime
validTo
Type: SystemDateTime
See Also