Click or drag to resize

SetOwnershipPostActionBasePerformOwnershipAction Method

Sets the ownership of the passed data object to the proposed owner The method uses self management when this is enabled

Namespace:  Omada.OE.Solution.OIM.Assembly.SurveyPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected void PerformOwnershipAction(
	ActionArguments arguments,
	DataObject dataObject,
	int proposedOwnerIdentityId,
	bool checkForAccept = true,
	int existingOwnerIdentityIdToRemove = 0
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsActionArguments
dataObject
Type: Omada.OE.ModelDataObject
proposedOwnerIdentityId
Type: SystemInt32
checkForAccept (Optional)
Type: SystemBoolean
existingOwnerIdentityIdToRemove (Optional)
Type: SystemInt32
Id of an existing owner to remove, the id must be for the identity
See Also