Class ImportNewslettersFromFileOutput
Inheritance
ImportNewslettersFromFileOutput
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class ImportNewslettersFromFileOutput
Constructors
ImportNewslettersFromFileOutput()
Declaration
public ImportNewslettersFromFileOutput()
Properties
AllCount
Declaration
public int AllCount { get; set; }
Property Value
FailedCount
Declaration
public int FailedCount { get; set; }
Property Value
InvalidNewslettersDownloadToken
Declaration
public string InvalidNewslettersDownloadToken { get; set; }
Property Value
IsAllSucceeded
Declaration
public bool IsAllSucceeded { get; }
Property Value
SucceededCount
Declaration
public int SucceededCount { get; set; }
Property Value
Extension Methods