| ContextControllerGetContextTypeId Method (String) |
Returns the id of a context type data object that represents context data objects of a specified data object type.
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(
string objectType
)
Parameters
- objectType
- Type: SystemString
System name of a (context) data object type.
Return Value
Type:
Int32
Returns the id of the context type data object that represents context data objects of a specified data object type.
If no context type data object, that represents the specified data object type, exists then 0 is returned.
See Also