| RoleAssignmentControllerCreateResourceAssignment Method |
Method creates a single ResourceAssignment data object.
Security is disregarded.
Method doesn't launch any approval processes.
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 DataObject CreateResourceAssignment(
ResourceAssignmentCreationParams creationParams
)
Parameters
- creationParams
- Type: Omada.OE.Solution.OIM.AppLogicResourceAssignmentCreationParams
Return Value
Type:
DataObject
Returns the newly created ResourceAssignment data object.
Can return null if the method was prevented from creating the ResourceAssignment (by the PreRoleAssignmentCreate event handler).
See Also