Table of Contents

Class ContentTypeWebPageScopeBindingEdit

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

Content type to web page scope binding page.

[UINavigation(false)]
public sealed class ContentTypeWebPageScopeBindingEdit : InfoBindingPage<WebPageScopeContentTypeInfo, WebPageScopeInfo>, IPage
Inheritance
object
InfoBindingPage<WebPageScopeContentTypeInfo, WebPageScopeInfo>
ContentTypeWebPageScopeBindingEdit
Implements
Inherited Members
Extension Methods

Constructors

ContentTypeWebPageScopeBindingEdit(IUIPermissionEvaluator, IInfoProvider<ContentTypeChannelInfo>, IInfoProvider<WebPageScopeInfo>, IPageLinkGenerator)

Initializes an instance of the ContentTypeWebPageScopeBindingEdit class.

public ContentTypeWebPageScopeBindingEdit(IUIPermissionEvaluator permissionEvaluator, IInfoProvider<ContentTypeChannelInfo> contentTypeChannelInfoProvider, IInfoProvider<WebPageScopeInfo> webPageScopeInfoProvider, IPageLinkGenerator pageLinkGenerator)

Parameters

permissionEvaluator IUIPermissionEvaluator
contentTypeChannelInfoProvider IInfoProvider<ContentTypeChannelInfo>
webPageScopeInfoProvider IInfoProvider<WebPageScopeInfo>
pageLinkGenerator IPageLinkGenerator

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

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>