Table of Contents

Class LoadCascadePublishTableItemsCommandArguments

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll

MassPublishLoadCascadePublishTableItems command arguments for loading table data.

public sealed class LoadCascadePublishTableItemsCommandArguments
Inheritance
object
LoadCascadePublishTableItemsCommandArguments
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 parent content items.

public IEnumerable<ContentItemIdentifier> Identifiers { get; set; }

Property Value

IEnumerable<ContentItemIdentifier>

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

SortTypeEnum?

See Also