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