Click or drag to resize

SurveyPostActionHandlerBaseSetAccountOwnership Method

Sets the ownership of an account. It will accept the ownership, if confirmed is true and identityOISID is not 0. It will reject the proposed ownership if confirmed is false or identityOISID is 0. Accounttype will also be set if confirmed is true and the account type is provided.

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 SetAccountOwnership(
	ActionArguments arguments,
	int identityOISID,
	bool confirmed,
	string accountType = null
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsActionArguments
identityOISID
Type: SystemInt32
confirmed
Type: SystemBoolean
accountType (Optional)
Type: SystemString
Exceptions
ExceptionCondition
ArgumentException
See Also