Class CreateFolderModel
Model for creating new folders in the WebReportDesigner storage system.
Inheritance
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class CreateFolderModel : INamedModelBase
Remarks
Used by folder creation operations in the Assets Manager and storage services to organize report resources.
Constructors
CreateFolderModel()
Declaration
public CreateFolderModel()
Properties
Name
Gets or sets the name of the folder to be created.
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 parent location.
ParentUri
Gets or sets the parent folder URI where the new folder will be created.
Declaration
public string ParentUri { get; set; }
Property Value
|
System.String
|
Remarks
Use null or empty string to create the folder in the root directory.