Click or drag to resize

IdentitySetIdentityOwner Method

Sets the Identity Owner on the identities reffered in identityMVPropSysName to the identity reffered in newOwnerPropSysName.
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)Any

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void SetIdentityOwner(
	CodeMethodInvokeContext context,
	string newOwnerPropSysName,
	string identityMVPropSysName
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
newOwnerPropSysName
Type: SystemString
The system name of the property on the target object referring the new owner.
identityMVPropSysName
Type: SystemString
The system name of a multi value property referring the identities for which the owner should be changed. A single value property will work as well.
See Also