Click or drag to resize

SetOwnershipPostActionBaseApplyProposedTechnicalIdentityOwner Method

Sets the IDENTITYOWNER field on a technical identity to the proposed new owner

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 ApplyProposedTechnicalIdentityOwner(
	ActionArguments arguments,
	int proposedOwnerIdentityId,
	DataObject dataObject
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsActionArguments
proposedOwnerIdentityId
Type: SystemInt32
dataObject
Type: Omada.OE.ModelDataObject
See Also