Table of Contents

Class ContentTypeGeneral

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

Content type general page (where basic info can be edited).

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

Constructors

ContentTypeGeneral(IFormComponentMapper, IFormDataBinder)

Initializes a new instance of the ContentTypeGeneral class.

public ContentTypeGeneral(IFormComponentMapper formComponentMapper, IFormDataBinder formDataBinder)

Parameters

formComponentMapper IFormComponentMapper
formDataBinder IFormDataBinder

Properties

ObjectId

ID of the object.

[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.