Show / Hide Table of Contents

Class TicketChangeNotificator

Inheritance
Object
TicketChangeNotificator
Namespace: SuperOffice.CRM.Ticket
Assembly: SoDataBase.dll
Syntax
public static class TicketChangeNotificator : Object

Methods

DeleteTicketNotifyEntries(Int32, Int32)

Declaration
public static void DeleteTicketNotifyEntries(int ticketId, int userId)
Parameters
Type Name Description
Int32 ticketId
Int32 userId

SendStandardTicketNotifications(TicketChangeData, TicketChangeData)

Declaration
public static void SendStandardTicketNotifications(TicketChangeData oldData, TicketChangeData newData)
Parameters
Type Name Description
TicketChangeData oldData
TicketChangeData newData

SendTicketTakenOverNotification(Int32, Int32, Int32)

Declaration
public static void SendTicketTakenOverNotification(int ticketId, int oldOwner, int newOwner)
Parameters
Type Name Description
Int32 ticketId
Int32 oldOwner
Int32 newOwner
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top