Click or drag to resize

ContextControllerGetContextType Method

Return a ContextType data object by its id. The security model is not respected. The result is cached.

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 DataObject GetContextType(
	int id,
	bool throwIfNotFound = false
)

Parameters

id
Type: SystemInt32
throwIfNotFound (Optional)
Type: SystemBoolean

Return Value

Type: DataObject
See Also