| ContextControllerGetDescendantContexts Method |
Returns the ids of the contexts that are descendants (children on any sublevel) of a specified context data object.
Note: doesn't rely on the data object tree structure!
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 IntegerList GetDescendantContexts(
int contextId
)
Parameters
- contextId
- Type: SystemInt32
Return Value
Type:
IntegerList
See Also