RenameResourceModel
Class
Model for renaming resources within the WebReportDesigner storage system.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
C#
public class RenameResourceModel : INamedModelBase
Inheritance: objectRenameResourceModel
Implements:
Constructors
C#
public RenameResourceModel()
Properties
Name
string
Gets or sets the new name for the resource.
C#
[Required(AllowEmptyStrings = false)]
public string Name { get; set; }
Implements:
Remarks:
Must be a valid resource name that doesn't conflict with existing resources in the same directory.
OldUri
string
Gets or sets the URI of the resource to be renamed.
C#
[Required(AllowEmptyStrings = false)]
public string OldUri { get; set; }
Remarks:
This property identifies the existing resource that will receive a new name.