Class
MoveFolderModel

Model for moving folders to a new location within the WebReportDesigner storage system.

Definition

Namespace:Telerik.WebReportDesigner.Services.Models

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

cs-api-definition
public class MoveFolderModel

Inheritance: objectMoveFolderModel

Constructors

MoveFolderModel()

Declaration

cs-api-definition
public MoveFolderModel()

Properties

NewParentUri

Gets or sets the URI of the destination parent folder.

Declaration

cs-api-definition
public string NewParentUri { get; set; }

Property Value

string

Remarks

Use null or empty string to move the folder to the root directory of the storage system.

OldUri

Gets or sets the URI of the folder to be moved.

Declaration

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

Property Value

string

Remarks

This property identifies the source folder that will be relocated to a new parent directory.