Table of Contents

Class WorkflowContentTypeBindingEdit

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

Workflow to content type binding page.

public sealed class WorkflowContentTypeBindingEdit : InfoBindingPage<ContentWorkflowContentTypeInfo, ContentTypeInfo>, IPage
Inheritance
object
WorkflowContentTypeBindingEdit
Implements
Inherited Members
Extension Methods

Constructors

WorkflowContentTypeBindingEdit(IInfoProvider<ContentWorkflowContentTypeInfo>, IUIPermissionEvaluator)

Initializes an instance of the WorkflowContentTypeBindingEdit class.

public WorkflowContentTypeBindingEdit(IInfoProvider<ContentWorkflowContentTypeInfo> contentWorkflowContentTypeInfoProvider, IUIPermissionEvaluator permissionEvaluator)

Parameters

contentWorkflowContentTypeInfoProvider IInfoProvider<ContentWorkflowContentTypeInfo>
permissionEvaluator IUIPermissionEvaluator

Properties

EditedObjectId

Workflow identifier.

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

LoadSidePanelDataInternal(LoadDataCommandArguments, CancellationToken)

Load items eligible for selection in the binding side panel.

protected override Task<LoadDataResult> LoadSidePanelDataInternal(LoadDataCommandArguments args, CancellationToken cancellationToken = default)

Parameters

args LoadDataCommandArguments

Load data arguments.

cancellationToken CancellationToken

Cancellation token.

Returns

Task<LoadDataResult>

ValidateBindings(ICollection<int>)

Validates the bindings received from the template. Returns true if bindings satisfy all requirements, otherwise false.

protected override bool ValidateBindings(ICollection<int> identifiers)

Parameters

identifiers ICollection<int>

Returns

bool