ClassMoveResourceModel
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:
cs-api-definition
public class MoveResourceModel
Inheritance: objectMoveResourceModel
Constructors
MoveResourceModel()
Declaration
cs-api-definition
public MoveResourceModel()
Properties
NewParentUri
Gets or sets the URI of the destination parent folder.
Declaration
cs-api-definition
public string NewParentUri { get; set; }
Property Value
string
Remarks
Use null or empty string to move the resource to the root directory of the storage system.
OldUri
Gets or sets the URI of the resource to be moved.
Declaration
cs-api-definition
[Required(AllowEmptyStrings = false)]
public string OldUri { get; set; }
Property Value
string
Remarks
This property identifies the source resource that will be relocated to a new parent directory.