Class GetNewsletterRecordsRequestInput
Inheritance
GetNewsletterRecordsRequestInput
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
public class GetNewsletterRecordsRequestInput : PagedResultRequestDto, IValidatableObject, IPagedResultRequest, ILimitedResultRequest
Constructors
Declaration
public GetNewsletterRecordsRequestInput()
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
Implements
Extension Methods