IndividualRepositoryDelete Method

Delete an individual. May throw an unwanted IgnitionFlashpointOperationFailedException due to a baseline netFORUM issue, see remarks.

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public override void Delete(
	Individual entity
)

Parameters

entity  Individual
The individual to delete.

Remarks

A baseline netFORUM issue can cause this method to throw an IgnitionFlashpointOperationFailedException when the netFORUM system delete mode is set to Soft. This exception can be caught, and a subsequent attempt to retrieve the individual in question should result in a IgnitionEntityNotFoundException in which case you may safely assume the delete succeed.

See Also