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