Click or drag to resize

ContextControllerGetContextTypeDataObjectTypeId Method

Returns the id of the data object type which a specified context type represents.

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 int GetContextTypeDataObjectTypeId(
	int contextTypeId
)

Parameters

contextTypeId
Type: SystemInt32
Id of a "context type" data object.

Return Value

Type: Int32
Returns the id of the data object type which a specified context type represents.
See Also