MoveResourceModel
Class
Model for moving resources to a new location within the WebReportDesigner storage system.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
C#
public class MoveResourceModel
Inheritance: objectMoveResourceModel
Constructors
C#
public MoveResourceModel()
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 resource to the root directory of the storage system.
OldUri
string
Gets or sets the URI of the resource to be moved.
C#
[Required(AllowEmptyStrings = false)]
public string OldUri { get; set; }
Remarks:
This property identifies the source resource that will be relocated to a new parent directory.