Class GetNewsletterRecordsCsvRequestInput
Inheritance
GetNewsletterRecordsCsvRequestInput
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
public class GetNewsletterRecordsCsvRequestInput
Constructors
Declaration
public GetNewsletterRecordsCsvRequestInput()
Properties
Declaration
public string EmailAddress { get; set; }
Property Value
Declaration
public string Preference { get; set; }
Property Value
Declaration
public string Source { get; set; }
Property Value
Declaration
public string Token { get; set; }
Property Value
Extension Methods