Enum ReportRequestOrigin
- Namespace
- GroupeIsa.Neos.Application.Reports
- Assembly
- GroupeIsa.Neos.Application.Abstractions.dll
Specifies the origin of a report generation request.
public enum ReportRequestOrigin
Fields
Client = 0The report was requested by a client (user) and a notification will be sent.
Server = 1The report was requested by server-side code and a callback will be executed.