Class RenameResourceModel
Model for renaming resources within the WebReportDesigner storage system.
Inheritance
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class RenameResourceModel : INamedModelBase
Remarks
Used by resource rename operations in the Assets Manager to update resource names while preserving their location and content in the system.
Constructors
RenameResourceModel()
Declaration
public RenameResourceModel()
Properties
Name
Gets or sets the new name for the resource.
Declaration
public string Name { get; set; }
Property Value
|
System.String
|
Implements
Remarks
Must be a valid resource name that doesn't conflict with existing resources in the same directory.
OldUri
Gets or sets the URI of the resource to be renamed.
Declaration
public string OldUri { get; set; }
Property Value
|
System.String
|
Remarks
This property identifies the existing resource that will receive a new name.