Class NewsletterRowFilter
Represents a filter for querying newsletter rows.
Inherited Members
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public class NewsletterRowFilter
Properties
Count
Gets or sets the number of newsletter rows to retrieve.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
IdMaster
Gets or sets the unique identifier.
Declaration
public string IdMaster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsWaitingOrWorking
Gets or sets a value indicating whether to retrieve newsletter rows that are waiting or working.
Declaration
public bool? IsWaitingOrWorking { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
PublishMode
Gets or sets the publish mode of the newsletter row to retrieve.
Declaration
public PublishMode? PublishMode { get; set; }
Property Value
| Type | Description |
|---|---|
| PublishMode? |