Click or drag to resize

SetOwnershipPostActionBaseApplySelfMgmtOwner Method

Remove self management assignments for the provided dataObject

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 ApplySelfMgmtOwner(
	ActionArguments arguments,
	SelfMgmtConfiguration config,
	int proposedOwnerIdentityId,
	DataObject dataObject,
	string propertyName,
	int existingOwnerIdentityIdToRemove
)

Parameters

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