Table of Contents

Class ChannelContentTypeBindingEdit

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

Channel to content type binding page.

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

Constructors

ChannelContentTypeBindingEdit(IInfoProvider<ContentTypeChannelInfo>, IInfoProvider<ChannelInfo>, IUIPermissionEvaluator)

Initializes an instance of the ChannelContentTypeBindingEdit class.

public ChannelContentTypeBindingEdit(IInfoProvider<ContentTypeChannelInfo> contentTypeChannelInfoProvider, IInfoProvider<ChannelInfo> channelInfoProvider, IUIPermissionEvaluator permissionEvaluator)

Parameters

contentTypeChannelInfoProvider IInfoProvider<ContentTypeChannelInfo>
channelInfoProvider IInfoProvider<ChannelInfo>
permissionEvaluator IUIPermissionEvaluator

Properties

EditedObjectId

Content type identifier.

[PageParameter(typeof(IntPageModelBinder), typeof(ChannelEditSection))]
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>