Class MoveFolderModel
The model containing the move folder data
Inheritance
System.Object
MoveFolderModel
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class MoveFolderModel
Constructors
MoveFolderModel()
Declaration
public MoveFolderModel()
Properties
NewParentUri
The unique resource identifier (URI) of the parent folder, to which the existing folder will be moved
Declaration
public string NewParentUri { get; set; }
Property Value
System.String
|
OldUri
The unique resource identifier (URI) of the folder
Declaration
public string OldUri { get; set; }
Property Value
System.String
|