Click or drag to resize

SetOwnershipPostActionBaseApplyDirectOwner Method

Removes the old owner and adds the proposed owner directly on the managed object

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 virtual void ApplyDirectOwner(
	ActionArguments arguments,
	string propertyName,
	int proposedOwnerIdentityId,
	DataObject dataObject,
	int existingOwnerIdentityIdToRemove
)

Parameters

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