Table of Contents

Class ClassUIFormList

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

Alternative forms listing page.

public sealed class ClassUIFormList : ListingPage, IPage
Inheritance
object
ClassUIFormList
Implements
Inherited Members
Extension Methods

Properties

ClassId

ID of the class.

[PageParameter(typeof(IntPageModelBinder))]
public int ClassId { get; set; }

Property Value

int

ModuleId

ID of the module.

[PageParameter(typeof(IntPageModelBinder), typeof(ModuleEditSection))]
public int ModuleId { get; set; }

Property Value

int

ObjectType

Type of the info objects that are listed. Corresponds to the OBJECT_TYPE property of the info object or PredefinedObjectType.

protected override string ObjectType { get; }

Property Value

string

Methods

ConfigurePage()

Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.

public override Task ConfigurePage()

Returns

Task

Delete(int)

Deletes listing item specified by the id parameter.

public override Task<ICommandResponse<RowActionResult>> Delete(int id)

Parameters

id int

Returns

Task<ICommandResponse<RowActionResult>>