Class MoveFolderModel
Model for moving folders to a new location within the WebReportDesigner storage system.
Inheritance
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class MoveFolderModel
Remarks
Used by folder move operations in the Assets Manager to reorganize the hierarchical folder structure while preserving folder contents.
Constructors
MoveFolderModel()
Declaration
public MoveFolderModel()
Properties
NewParentUri
Gets or sets the URI of the destination parent folder.
Declaration
public string NewParentUri { get; set; }
Property Value
|
System.String
|
Remarks
Use null or empty string to move the folder to the root directory of the storage system.
OldUri
Gets or sets the URI of the folder to be moved.
Declaration
public string OldUri { get; set; }
Property Value
|
System.String
|
Remarks
This property identifies the source folder that will be relocated to a new parent directory.