Class MoveContentItemModel
Represents the model for moving a content item.
public sealed record MoveContentItemModel
- Inheritance
-
objectMoveContentItemModel
- 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