Class SaveResourceModel
The model containing the save resource data
Inheritance
System.Object
SaveResourceModel
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class SaveResourceModel : INamedModelBase
Constructors
SaveResourceModel()
Declaration
public SaveResourceModel()
Properties
Name
Gets or sets the resource name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Implements
ParentUri
The unique resource identifier (URI) of the parent folder, in which the resource will be saved
Declaration
public string ParentUri { get; set; }
Property Value
System.String
|