Table of Contents

Class ModuleEdit

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

General tab of the module edit page.

public sealed class ModuleEdit : InfoEditPage<ResourceInfo>, IPage
Inheritance
object
ModuleEdit
Implements
Inherited Members
Extension Methods

Constructors

ModuleEdit(IFormComponentMapper, IFormDataBinder)

Initializes a new instance of the ModuleEdit class.

public ModuleEdit(IFormComponentMapper formComponentMapper, IFormDataBinder formDataBinder)

Parameters

formComponentMapper IFormComponentMapper
formDataBinder IFormDataBinder

Properties

ObjectId

ID of the module.

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

Property Value

int

Methods

ConfigurePage()

Set up page's configuration. Configures the submit action.

public override Task ConfigurePage()

Returns

Task

GetFormItems()

Prepares form items for editing object of the specified ObjectType.

protected override Task<ICollection<IFormItem>> GetFormItems()

Returns

Task<ICollection<IFormItem>>

Returns the collection of form items.