Table of Contents

Class ContentItemCreate

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

Content item creation page.

public sealed class ContentItemCreate : ContentItemCreateBase<ContentTypeSelectionModel>, IPage
Inheritance
object
ContentItemCreateBase<ContentTypeSelectionModel>
ContentItemCreate
Implements
Inherited Members
Extension Methods

Constructors

ContentItemCreate(IFormDataBinder, IFormComponentCommandInvoker, IFormItemCollectionProvider, IContentItemManagerFactory, IAuthenticatedUserAccessor, IPageLinkGenerator, IContentLanguageRetriever, IContentItemDisplayNameValidator)

Initializes a new instance of ContentItemCreate.

public ContentItemCreate(IFormDataBinder formDataBinder, IFormComponentCommandInvoker formComponentCommandInvoker, IFormItemCollectionProvider formItemCollectionProvider, IContentItemManagerFactory contentItemManagerFactory, IAuthenticatedUserAccessor userAccessor, IPageLinkGenerator pageLinkGenerator, IContentLanguageRetriever contentLanguageRetriever, IContentItemDisplayNameValidator contentItemDisplayNameValidator)

Parameters

formDataBinder IFormDataBinder
formComponentCommandInvoker IFormComponentCommandInvoker
formItemCollectionProvider IFormItemCollectionProvider
contentItemManagerFactory IContentItemManagerFactory
userAccessor IAuthenticatedUserAccessor
pageLinkGenerator IPageLinkGenerator
contentLanguageRetriever IContentLanguageRetriever
contentItemDisplayNameValidator IContentItemDisplayNameValidator

Properties

WorkspaceIdentifier

Workspace parameters.

[PageParameter(typeof(WorkspaceModelBinder), typeof(ContentHubWorkspace))]
public WorkspaceUrlIdentifier WorkspaceIdentifier { get; set; }

Property Value

WorkspaceUrlIdentifier

Methods

ChangeWorkflowStepInternal(ContentItemSubmissionCommandArguments, IContentItemManager, List<IFormComponent>, CancellationToken)

Tries to create the content item and returns a response. If successful, redirects to the corresponding change workflow step tab.

protected override Task<ICommandResponse> ChangeWorkflowStepInternal(ContentItemSubmissionCommandArguments args, IContentItemManager manager, List<IFormComponent> formComponents, CancellationToken cancellationToken = default)

Parameters

args ContentItemSubmissionCommandArguments

Form submission arguments.

manager IContentItemManager

Content item manager.

formComponents List<IFormComponent>

Form components.

cancellationToken CancellationToken

Cancellation instruction.

Returns

Task<ICommandResponse>

ConfigureTemplateProperties(ContentItemClientProperties)

Gets the object representing client side template properties.

public override Task<ContentItemClientProperties> ConfigureTemplateProperties(ContentItemClientProperties properties)

Parameters

properties ContentItemClientProperties

Initialized properties object.

Returns

Task<ContentItemClientProperties>

CreateAndPublishInternal(ContentItemSubmissionCommandArguments, IContentItemManager, List<IFormComponent>, CancellationToken)

Tries to create the content item and returns a response. If successful, redirects to the corresponding cascade publish tab.

protected override Task<ICommandResponse> CreateAndPublishInternal(ContentItemSubmissionCommandArguments args, IContentItemManager manager, List<IFormComponent> formComponents, CancellationToken cancellationToken = default)

Parameters

args ContentItemSubmissionCommandArguments

Form submission arguments.

manager IContentItemManager

Content item manager.

formComponents List<IFormComponent>

Form components.

cancellationToken CancellationToken

Cancellation instruction.

Returns

Task<ICommandResponse>

CreateInternal(ContentItemSubmissionCommandArguments, IContentItemManager, List<IFormComponent>, CancellationToken)

Creates the content item and returns response.

protected override Task<ICommandResponse> CreateInternal(ContentItemSubmissionCommandArguments args, IContentItemManager manager, List<IFormComponent> formComponents, CancellationToken cancellationToken)

Parameters

args ContentItemSubmissionCommandArguments

Form submission arguments.

manager IContentItemManager

Content item manager.

formComponents List<IFormComponent>

Form components.

cancellationToken CancellationToken

Cancellation instruction.

Returns

Task<ICommandResponse>