ActionFlowEventOnAccountDeleted Field

Invoked when an account has been deleted, either manually by a user or because of a background process.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static readonly ActionFlowEvent OnAccountDeleted

Field Value

ActionFlowEvent

Remarks

Parameters:
  • Deleted Account (AccountDto)
  • the user deleting the account (AccountDto - can be null)
  • the background process deleting the account (Guid - can be null)
  • When this took place (DateTime)

See Also