Class ContentItemCreate
Content item creation page.
public sealed class ContentItemCreate : ContentItemCreateBase<ContentTypeSelectionModel>, IPage
- Inheritance
-
objectContentItemCreateBase<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
IFormDataBinderformComponentCommandInvoker
IFormComponentCommandInvokerformItemCollectionProvider
IFormItemCollectionProvidercontentItemManagerFactory
IContentItemManagerFactoryuserAccessor
IAuthenticatedUserAccessorpageLinkGenerator
IPageLinkGeneratorcontentLanguageRetriever
IContentLanguageRetrievercontentItemDisplayNameValidator
IContentItemDisplayNameValidator
Properties
WorkspaceIdentifier
Workspace parameters.
[PageParameter(typeof(WorkspaceModelBinder), typeof(ContentHubWorkspace))]
public WorkspaceUrlIdentifier WorkspaceIdentifier { get; set; }
Property Value
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
ContentItemSubmissionCommandArgumentsForm submission arguments.
manager
IContentItemManagerContent item manager.
formComponents
List<IFormComponent>Form components.
cancellationToken
CancellationTokenCancellation instruction.
Returns
- Task<ICommandResponse>
ConfigureTemplateProperties(ContentItemClientProperties)
Gets the object representing client side template properties.
public override Task<ContentItemClientProperties> ConfigureTemplateProperties(ContentItemClientProperties properties)
Parameters
properties
ContentItemClientPropertiesInitialized properties object.
Returns
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
ContentItemSubmissionCommandArgumentsForm submission arguments.
manager
IContentItemManagerContent item manager.
formComponents
List<IFormComponent>Form components.
cancellationToken
CancellationTokenCancellation 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
ContentItemSubmissionCommandArgumentsForm submission arguments.
manager
IContentItemManagerContent item manager.
formComponents
List<IFormComponent>Form components.
cancellationToken
CancellationTokenCancellation instruction.
Returns
- Task<ICommandResponse>