Class CreateFolderModel
The model containing the create folder data
Inheritance
System.Object
CreateFolderModel
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class CreateFolderModel : INamedModelBase
Constructors
CreateFolderModel()
Declaration
public CreateFolderModel()
Properties
Name
The name which will be used when creating the folder
Declaration
public string Name { get; set; }
Property Value
System.String
|
Implements
ParentUri
The unique resource identifier (URI) of the parent folder
Declaration
public string ParentUri { get; set; }
Property Value
System.String
|