Class MoveResourceModel
Model for moving resources to a new location within the WebReportDesigner storage system.
Inheritance
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class MoveResourceModel
Remarks
Used by resource move operations in the Assets Manager to relocate files while preserving the resource content and maintaining system integrity.
Constructors
MoveResourceModel()
Declaration
public MoveResourceModel()
Properties
NewParentUri
Gets or sets the URI of the destination parent folder.
Declaration
public string NewParentUri { get; set; }
Property Value
|
System.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
public string OldUri { get; set; }
Property Value
|
System.String
|
Remarks
This property identifies the source resource that will be relocated to a new parent directory.