Class
RenameFolderModel

Model for renaming folders within the WebReportDesigner storage system.

Definition

Namespace:Telerik.WebReportDesigner.Services.Models

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

cs-api-definition
public class RenameFolderModel : INamedModelBase

Inheritance: objectRenameFolderModel

Implements: INamedModelBase

Constructors

RenameFolderModel()

Declaration

cs-api-definition
public RenameFolderModel()

Properties

Name

Gets or sets the new name for the folder.

Declaration

cs-api-definition
[Required(AllowEmptyStrings = false)]
public string Name { get; set; }

Property Value

string

Implements INamedModelBase.Name

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

cs-api-definition
[Required(AllowEmptyStrings = false)]
public string OldUri { get; set; }

Property Value

string

Remarks

This property identifies the existing folder that will receive a new name.