MoveFolderModel
Class
Model for moving folders to a new location within the WebReportDesigner storage system.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
C#
public class MoveFolderModel
Inheritance: objectMoveFolderModel
Constructors
C#
public MoveFolderModel()
Properties
NewParentUri
string
Gets or sets the URI of the destination parent folder.
C#
public string NewParentUri { get; set; }
Remarks:
Use null or empty string to move the folder to the root directory of the storage system.
OldUri
string
Gets or sets the URI of the folder to be moved.
C#
[Required(AllowEmptyStrings = false)]
public string OldUri { get; set; }
Remarks:
This property identifies the source folder that will be relocated to a new parent directory.