Table of Contents

Class MoveContentItemModel

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

Represents the model for moving a content item.

public sealed record MoveContentItemModel
Inheritance
object
MoveContentItemModel
Extension Methods

Properties

TargetFolderId

Id of the folder where the content item should be moved.

[FormComponentConfiguration(typeof(ContentFolderSelectorDialogConfigurator), "WorkspaceName")]
public int TargetFolderId { get; set; }

Property Value

int

WorkspaceName

Identifier of the selected workspace.

[RequiredValidationRule]
[FormComponentConfiguration(typeof(WorkspaceSelectorDropDownConfigurator))]
public string WorkspaceName { get; set; }

Property Value

string