CreateFolderModel
Class
Model for creating new folders in the WebReportDesigner storage system.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
C#
public class CreateFolderModel : INamedModelBase
Inheritance: objectCreateFolderModel
Implements:
Constructors
C#
public CreateFolderModel()
Properties
Name
string
Gets or sets the name of the folder to be created.
C#
[Required(AllowEmptyStrings = false)]
public string Name { get; set; }
Implements:
Remarks:
Must be a valid folder name that doesn't conflict with existing folders in the parent location.
ParentUri
string
Gets or sets the parent folder URI where the new folder will be created.
C#
public string ParentUri { get; set; }
Remarks:
Use null or empty string to create the folder in the root directory.