Table of Contents

Class ContentTypeChannelBindingEdit

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

Content type to channel binding page.

[UINavigation(false)]
public sealed class ContentTypeChannelBindingEdit : InfoBindingPage<ContentTypeChannelInfo, ChannelInfo>, IPage
Inheritance
object
ContentTypeChannelBindingEdit
Implements
Inherited Members
Extension Methods

Constructors

ContentTypeChannelBindingEdit(IInfoProvider<ContentTypeChannelInfo>, IInfoProvider<ChannelInfo>)

Initializes a new instance of the ContentTypeChannelBindingEdit class.

public ContentTypeChannelBindingEdit(IInfoProvider<ContentTypeChannelInfo> contentTypeChannelInfoProvider, IInfoProvider<ChannelInfo> channelInfoProvider)

Parameters

contentTypeChannelInfoProvider IInfoProvider<ContentTypeChannelInfo>
channelInfoProvider IInfoProvider<ChannelInfo>

Properties

EditedObjectId

Content type identifier.

[PageParameter(typeof(IntPageModelBinder), typeof(ContentTypeEditSection))]
public override int EditedObjectId { get; set; }

Property Value

int

SourceBindingColumn

Column name of the binding object info that is reference to source object info identifier.

protected override string SourceBindingColumn { get; }

Property Value

string

TargetBindingColumn

Column name of the binding object info that is reference to target object info identifier.

protected override string TargetBindingColumn { 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

RemoveBinding(int)

Removes the binding record.

public override Task<ICommandResponse<RowActionResult>> RemoveBinding(int bindingId)

Parameters

bindingId int

Id of the binding record to be removed.

Returns

Task<ICommandResponse<RowActionResult>>

SetBindings(SetBindingsCommandArguments<int>, CancellationToken)

Command which sets the bindings.

public override Task<ICommandResponse<FormSubmissionResult>> SetBindings(SetBindingsCommandArguments<int> args, CancellationToken cancellationToken = default)

Parameters

args SetBindingsCommandArguments<int>

Set bindings command arguments containing list of binding identifiers to set.

cancellationToken CancellationToken

Cancellation token.

Returns

Task<ICommandResponse<FormSubmissionResult>>

ValidatePage()

Validates the page state prior invocation of the ConfigurePage() method.

public override Task<PageValidationResult> ValidatePage()

Returns

Task<PageValidationResult>