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