Class ExportAuditLogsOutput
Inheritance
ExportAuditLogsOutput
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class ExportAuditLogsOutput
Constructors
ExportAuditLogsOutput()
Declaration
public ExportAuditLogsOutput()
Properties
FileData
Declaration
public byte[] FileData { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
IsBackgroundJob
Declaration
public bool IsBackgroundJob { get; set; }
Property Value
Message
Declaration
public string Message { get; set; }
Property Value
Extension Methods