Class PublishabilityCheckLoadItemsCommandArguments
PublishabilityCheckLoadUnpublishableItems command arguments for loading table data.
public sealed class PublishabilityCheckLoadItemsCommandArguments
- Inheritance
-
objectPublishabilityCheckLoadItemsCommandArguments
- Extension Methods
Properties
CurrentPage
Gets or set selected page.
public int CurrentPage { get; set; }
Property Value
- int
FilterFormValues
Dictionary containing the submitted data from the filter form.
public Dictionary<string, JsonElement> FilterFormValues { get; set; }
Property Value
- Dictionary<string, JsonElement>
Identifiers
Gets or sets the identifiers of the selected items.
public IEnumerable<int> Identifiers { get; set; }
Property Value
- IEnumerable<int>
PageSize
Gets or sets selected page size.
public int PageSize { get; set; }
Property Value
- int
SearchTerm
Gets or sets the value to filter entries by.
public string SearchTerm { get; set; }
Property Value
- string
SortBy
Gets or sets name of the property to sort entries by.
public string SortBy { get; set; }
Property Value
- string
SortType
Gets or sets the order of the sort.
public SortTypeEnum? SortType { get; set; }