Class LoadPagesForDeleteCommandArguments
Load pages for delete command arguments.
public class LoadPagesForDeleteCommandArguments
- Inheritance
-
objectLoadPagesForDeleteCommandArguments
- 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>
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; }
Property Value
WebPageItemId
Web page item identifier.
public int WebPageItemId { get; set; }
Property Value
- int