Class ContentItemSelectorComponent
Represents content item selector form component.
[ComponentAttribute(typeof(ContentItemSelectorComponentAttribute))]
public sealed class ContentItemSelectorComponent : ContentItemSelectorComponentBase<ContentItemSelectorProperties>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
- Inheritance
-
objectFormComponent<ContentItemSelectorProperties, ContentItemSelectorClientProperties, IEnumerable<ContentItemReference>>FormComponentWithNestedComponents<ContentItemSelectorProperties, ContentItemSelectorClientProperties, IEnumerable<ContentItemReference>>ContentItemSelectorComponent
- Implements
- Inherited Members
- Extension Methods
Constructors
ContentItemSelectorComponent(IFormComponentCommandInvoker, IFormDataBinder, IAuthenticatedUserAccessor, IContentItemManagerFactory, ILocalizationService, IEventLogService, IFormItemCollectionProvider, IContentLanguageRetriever, IContentItemDisplayNameValidator, IServiceProvider)
Initializes a new instance of ContentItemSelectorComponent.
public ContentItemSelectorComponent(IFormComponentCommandInvoker formComponentCommandInvoker, IFormDataBinder formDataBinder, IAuthenticatedUserAccessor userAccessor, IContentItemManagerFactory contentItemManagerFactory, ILocalizationService localizationService, IEventLogService eventLogService, IFormItemCollectionProvider formItemCollectionProvider, IContentLanguageRetriever contentLanguageRetriever, IContentItemDisplayNameValidator contentItemDisplayNameValidator, IServiceProvider serviceProvider)
Parameters
formComponentCommandInvoker
IFormComponentCommandInvokerformDataBinder
IFormDataBinderuserAccessor
IAuthenticatedUserAccessorcontentItemManagerFactory
IContentItemManagerFactorylocalizationService
ILocalizationServiceeventLogService
IEventLogServiceformItemCollectionProvider
IFormItemCollectionProvidercontentLanguageRetriever
IContentLanguageRetrievercontentItemDisplayNameValidator
IContentItemDisplayNameValidatorserviceProvider
IServiceProvider
Fields
CREATE_FORM_NAME_PREFIX
Create form name prefix.
public const string CREATE_FORM_NAME_PREFIX = "createcontentitem"
Field Value
- string
IDENTIFIER
Represents the ContentItemSelectorComponent identifier.
public const string IDENTIFIER = "Kentico.Administration.ContentItemSelector"
Field Value
- string
Properties
ClientComponentName
Name of the front-end type implementing the UI form component.
public override string ClientComponentName { get; }
Property Value
- string
Methods
Change(FormSubmissionCommandArguments, CancellationToken)
Handles the form change command. The command is invoked whenever visibility conditions or form component configurators of the form need to be reevaluated to re-render the form.
public Task<ICommandResponse<FilterFormChangeResult>> Change(FormSubmissionCommandArguments args, CancellationToken cancellationToken = default)
Parameters
args
FormSubmissionCommandArgumentscancellationToken
CancellationToken
Returns
ChangeCreateSmartFolderForm(FormSubmissionCommandArguments, CancellationToken)
Handles the create smart folder form change command. The command is invoked whenever visibility conditions or form component configurators of the form need to be reevaluated to re-render the form.
public Task<ICommandResponse<FilterFormChangeResult>> ChangeCreateSmartFolderForm(FormSubmissionCommandArguments args, CancellationToken cancellationToken = default)
Parameters
args
FormSubmissionCommandArgumentscancellationToken
CancellationToken
Returns
CloneSmartFolder(CloneSmartFolderArguments, CancellationToken)
Routes the command to the CloneSmartFolder(CloneSmartFolderArguments, int, CancellationToken) method.
public Task<ICommandResponse<CloneSmartFolderResult>> CloneSmartFolder(CloneSmartFolderArguments args, CancellationToken cancellationToken)
Parameters
args
CloneSmartFolderArgumentscancellationToken
CancellationToken
Returns
ConfigureClientProperties(ContentItemSelectorClientProperties)
Configures the form component client properties.
protected override Task ConfigureClientProperties(ContentItemSelectorClientProperties clientProperties)
Parameters
clientProperties
ContentItemSelectorClientPropertiesThe current instance of the form component client properties.
Returns
- Task
Remarks
Override this method in order to configure form component client properties.
ConfigureComponent()
Configures the form component. This method is called when all form component properties are set.
protected override void ConfigureComponent()
Remarks
Override this method to set component inner state, like additional component validation rules.
CreateContentItem(ContentItemSubmissionCommandArguments, string, VersionStatus, ContentItemData, CancellationToken)
Creates a reusable content item based on provided parameters.
protected override Task<int> CreateContentItem(ContentItemSubmissionCommandArguments args, string languageName, VersionStatus versionStatus, ContentItemData data, CancellationToken cancellationToken)
Parameters
args
ContentItemSubmissionCommandArgumentsSubmission arguments.
languageName
stringLanguage code name.
versionStatus
VersionStatusVersion status.
data
ContentItemDataContent item data retrieved from form.
cancellationToken
CancellationTokenCancellation instruction.
Returns
- Task<int>
Content item identifier of newly created item.
Remarks
Method creates a reusable content item. If you want to create specific content type item you need to override this method.
CreateFolder(CreateFolderArguments, CancellationToken)
Routes the command to the CreateFolder(CreateFolderArguments, int, CancellationToken) method.
public Task<ICommandResponse<CreateFolderResult>> CreateFolder(CreateFolderArguments args, CancellationToken cancellationToken)
Parameters
args
CreateFolderArgumentscancellationToken
CancellationToken
Returns
CreateSmartFolder(CreateSmartFolderArguments, CancellationToken)
Routes the command to the CreateSmartFolder(CreateSmartFolderArguments, int, CancellationToken) method.
public Task<ICommandResponse<CreateSmartFolderResult>> CreateSmartFolder(CreateSmartFolderArguments args, CancellationToken cancellationToken)
Parameters
args
CreateSmartFolderArgumentscancellationToken
CancellationToken
Returns
CreateSmartFolderConfirmFilter(CreateSmartFolderConfirmFilterArguments, CancellationToken)
Routes the command to the CreateSmartFolderConfirmFilter(CreateSmartFolderConfirmFilterArguments, CancellationToken, int?, bool) method.
public Task<ICommandResponse<CreateSmartFolderConfirmFilterResult>> CreateSmartFolderConfirmFilter(CreateSmartFolderConfirmFilterArguments args, CancellationToken cancellationToken)
Parameters
args
CreateSmartFolderConfirmFilterArgumentscancellationToken
CancellationToken
Returns
DoesFilterSupportDelivery(FilterDeliverySupportArguments, CancellationToken)
Routes the command to the DoesFilterSupportDelivery(FilterDeliverySupportArguments, CancellationToken) method.
public Task<ICommandResponse<FilterDeliverySupportResult>> DoesFilterSupportDelivery(FilterDeliverySupportArguments args, CancellationToken cancellationToken)
Parameters
args
FilterDeliverySupportArgumentscancellationToken
CancellationToken
Returns
EnableContentDeliveryForSmartFolder(EnableContentDeliveryForSmartFolderArguments, CancellationToken)
Routes the command to the EnableContentDeliveryForSmartFolder(EnableContentDeliveryForSmartFolderArguments, CancellationToken) method.
public Task<ICommandResponse> EnableContentDeliveryForSmartFolder(EnableContentDeliveryForSmartFolderArguments args, CancellationToken cancellationToken)
Parameters
args
EnableContentDeliveryForSmartFolderArgumentscancellationToken
CancellationToken
Returns
- Task<ICommandResponse>
GetContentTypeSelectionModel()
Returns the model object for the content type selection form.
protected override object GetContentTypeSelectionModel()
Returns
- object
GetFolder(GetFolderArguments, CancellationToken)
Routes the command to the GetFolder(GetFolderArguments, CancellationToken) method.
public Task<ICommandResponse<Folder>> GetFolder(GetFolderArguments args, CancellationToken cancellationToken)
Parameters
args
GetFolderArgumentscancellationToken
CancellationToken
Returns
- Task<ICommandResponse<Folder>>
GetFolderPath(GetFolderArguments, CancellationToken)
Routes the command to the GetFolderPath(GetFolderArguments, CancellationToken) method.
public Task<ICommandResponse<ICollection<Folder>>> GetFolderPath(GetFolderArguments args, CancellationToken cancellationToken)
Parameters
args
GetFolderArgumentscancellationToken
CancellationToken
Returns
- Task<ICommandResponse<ICollection<Folder>>>
GetFolderSubtree(GetFolderArguments, CancellationToken)
Routes the command to the GetFolderSubtree(GetFolderArguments, CancellationToken) method.
public Task<ICommandResponse<Folder>> GetFolderSubtree(GetFolderArguments args, CancellationToken cancellationToken)
Parameters
args
GetFolderArgumentscancellationToken
CancellationToken
Returns
- Task<ICommandResponse<Folder>>
GetFormItemsForCloneSmartFolder(GetFormItemsArguments, CancellationToken)
Routes the command to the GetFormItemsForCloneSmartFolder(GetFormItemsArguments, CancellationToken) method.
public Task<ICommandResponse<GetFormItemsResult>> GetFormItemsForCloneSmartFolder(GetFormItemsArguments args, CancellationToken cancellationToken)
Parameters
args
GetFormItemsArgumentscancellationToken
CancellationToken
Returns
GetFormItemsForCreateFolder(GetFormItemsArguments, CancellationToken)
Routes the command to the GetFormItemsForCreateFolder(GetFormItemsArguments, CancellationToken) method.
public Task<ICommandResponse<GetFormItemsResult>> GetFormItemsForCreateFolder(GetFormItemsArguments args, CancellationToken cancellationToken)
Parameters
args
GetFormItemsArgumentscancellationToken
CancellationToken
Returns
GetFormItemsForCreateSmartFolder(CancellationToken)
Routes the command to the Kentico.Xperience.Admin.Base.ISmartFolderCommandManager.GetFormItemsForCreateSmartFolder(System.Threading.CancellationToken) method.
public Task<ICommandResponse<GetFormItemsForCreateSmartFolderResult>> GetFormItemsForCreateSmartFolder(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationToken
Returns
GetFormItemsForMoveFolder(GetFormItemsArguments, CancellationToken)
Routes the command to the GetFormItemsForMoveFolder(GetFormItemsArguments, CancellationToken) method.
public Task<ICommandResponse<GetFormItemsResult>> GetFormItemsForMoveFolder(GetFormItemsArguments args, CancellationToken cancellationToken)
Parameters
args
GetFormItemsArgumentscancellationToken
CancellationToken
Returns
GetFormItemsForRenameFolder(GetFormItemsArguments, CancellationToken)
Routes the command to the GetFormItemsForRenameFolder(GetFormItemsArguments, CancellationToken) method.
public Task<ICommandResponse<GetFormItemsResult>> GetFormItemsForRenameFolder(GetFormItemsArguments args, CancellationToken cancellationToken)
Parameters
args
GetFormItemsArgumentscancellationToken
CancellationToken
Returns
GetFormItemsForRenameSmartFolder(GetFormItemsArguments, CancellationToken)
Routes the command to the GetFormItemsForRenameSmartFolder(GetFormItemsArguments, CancellationToken) method.
public Task<ICommandResponse<GetFormItemsResult>> GetFormItemsForRenameSmartFolder(GetFormItemsArguments args, CancellationToken cancellationToken)
Parameters
args
GetFormItemsArgumentscancellationToken
CancellationToken
Returns
GetFormItemsForSaveSmartFolder(CancellationToken)
Routes the command to the Kentico.Xperience.Admin.Base.ISmartFolderCommandManager.GetFormItemsForSaveSmartFolder(System.Threading.CancellationToken) method.
public Task<ICommandResponse<GetFormItemsResult>> GetFormItemsForSaveSmartFolder(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationToken
Returns
GetListingConfiguration(LoadListingConfigurationCommandArguments)
Returns listing configuration.
public Task<ICommandResponse<LoadListingConfigurationCommandResult>> GetListingConfiguration(LoadListingConfigurationCommandArguments args)
Parameters
Returns
GetNestedFormItems()
Initializes form context within the nested form.
protected override Task<ICollection<IFormItem>> GetNestedFormItems()
Returns
- Task<ICollection<IFormItem>>
GetSmartFolderFilter(GetSmartFolderFilterArguments, CancellationToken)
Routes the command to the GetSmartFolderFilter(GetSmartFolderFilterArguments, CancellationToken) method.
public Task<ICommandResponse<GetSmartFolderFilterResult>> GetSmartFolderFilter(GetSmartFolderFilterArguments args, CancellationToken cancellationToken)
Parameters
args
GetSmartFolderFilterArgumentscancellationToken
CancellationToken
Returns
GetSmartFolders(GetSmartFoldersArguments, CancellationToken)
Routes the command to the GetSmartFolders(GetSmartFoldersArguments, CancellationToken) method.
public Task<ICommandResponse<GetSmartFoldersResult>> GetSmartFolders(GetSmartFoldersArguments args, CancellationToken cancellationToken)
Parameters
args
GetSmartFoldersArgumentscancellationToken
CancellationToken
Returns
IsSmartFolderDeliverySupported(SmartFolderDeliverySupportArguments, CancellationToken)
Routes the command to the IsSmartFolderDeliverySupported(SmartFolderDeliverySupportArguments, CancellationToken) method.
public Task<ICommandResponse<SmartFolderDeliverySupportResult>> IsSmartFolderDeliverySupported(SmartFolderDeliverySupportArguments args, CancellationToken cancellationToken)
Parameters
args
SmartFolderDeliverySupportArgumentscancellationToken
CancellationToken
Returns
LoadSelectorData(LoadSelectorDataCommandArguments, CancellationToken)
Loads data for the content item selector.
public Task<ICommandResponse<LoadDataResult>> LoadSelectorData(LoadSelectorDataCommandArguments args, CancellationToken cancellationToken)
Parameters
args
LoadSelectorDataCommandArgumentscancellationToken
CancellationToken
Returns
- Task<ICommandResponse<LoadDataResult>>
MassMove(IEnumerable<int>, MoveContentItemModel, CancellationToken)
Moves multiple content items to a folder specified by the model
.
public Task<ICommandResponse<MassActionResult>> MassMove(IEnumerable<int> identifiers, MoveContentItemModel model, CancellationToken cancellationToken)
Parameters
identifiers
IEnumerable<int>IDs of the content items to be moved.
model
MoveContentItemModelModel describing where to move the content items.
cancellationToken
CancellationTokenCancellation token.
Returns
- Task<ICommandResponse<MassActionResult>>
MoveContentItem(int, MoveContentItemModel, CancellationToken)
Moves a content item to a folder specified by the model
.
public Task<ICommandResponse<RowActionResult>> MoveContentItem(int id, MoveContentItemModel model, CancellationToken cancellationToken)
Parameters
id
intID of the content item to be moved.
model
MoveContentItemModelModel describing where to move the content item.
cancellationToken
CancellationTokenCancellation instruction.
Returns
- Task<ICommandResponse<RowActionResult>>
MoveFolder(MoveFolderArguments, CancellationToken)
Routes the command to the MoveFolder(MoveFolderArguments, int, CancellationToken) method.
public Task<ICommandResponse<MoveFolderResult>> MoveFolder(MoveFolderArguments args, CancellationToken cancellationToken)
Parameters
args
MoveFolderArgumentscancellationToken
CancellationToken
Returns
- Task<ICommandResponse<MoveFolderResult>>
MoveItemFormChange(FormChangeCommandArguments, CancellationToken)
Handles the change command for confirmation dialog. The command is invoked whenever visibility conditions or form component configurators of the form need to be reevaluated to re-render the form.
public Task<ICommandResponse<FormChangeResult>> MoveItemFormChange(FormChangeCommandArguments args, CancellationToken cancellationToken)
Parameters
args
FormChangeCommandArgumentsForm change command arguments.
cancellationToken
CancellationTokenCancellation instruction.
Returns
- Task<ICommandResponse<FormChangeResult>>
RenameFolder(RenameFolderArguments, CancellationToken)
Routes the command to the RenameFolder(RenameFolderArguments, int, CancellationToken) method.
public Task<ICommandResponse<RenameFolderResult>> RenameFolder(RenameFolderArguments args, CancellationToken cancellationToken)
Parameters
args
RenameFolderArgumentscancellationToken
CancellationToken
Returns
RenameSmartFolder(RenameSmartFolderArguments, CancellationToken)
Routes the command to the RenameSmartFolder(RenameSmartFolderArguments, CancellationToken) method.
public Task<ICommandResponse<RenameFolderResult>> RenameSmartFolder(RenameSmartFolderArguments args, CancellationToken cancellationToken)
Parameters
args
RenameSmartFolderArgumentscancellationToken
CancellationToken
Returns
SaveSmartFolder(SaveSmartFolderArguments, CancellationToken)
Routes the command to the SaveSmartFolder(SaveSmartFolderArguments, int, CancellationToken) method.
public Task<ICommandResponse<SaveSmartFolderResult>> SaveSmartFolder(SaveSmartFolderArguments args, CancellationToken cancellationToken)
Parameters
args
SaveSmartFolderArgumentscancellationToken
CancellationToken