| OrgUnitMoveToParentOrgUnit Method |
Moves an org. unit or identity to (below) it's parent org. unit in the data object tree structure.
Throws an exception if the active user doesn't have access to move the org. unit / identity.
Namespace:
Omada.OE.Solution.OIM.Assembly
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic void MoveToParentOrgUnit(
CodeMethodInvokeContext context,
int parentOrgUnitId
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
The action object must an org. unit or an identity to be moved.
- parentOrgUnitId
- Type: SystemInt32
Id of the parent org. unit which the org. unit or identity must be moved to.
See Also