| ContextControllerGetContextTypeId Method (Int32) |
Returns the context type data object id that a context data object belongs to.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic int GetContextTypeId(
int contextId
)
Parameters
- contextId
- Type: SystemInt32
Id of a context data object.
Return Value
Type:
Int32
Returns the id of the context type data object that represents the context data object.
If no context type data object, that represents the specified context, exists then 0 is returned.
See Also