Class SaveResourceModel
Model for saving new resources to the WebReportDesigner storage system.
Inheritance
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class SaveResourceModel : INamedModelBase
Remarks
Used by resource creation and upload operations in the Assets Manager to specify the resource name and destination folder for new files.
Constructors
SaveResourceModel()
Declaration
public SaveResourceModel()
Properties
Name
Gets or sets the name of the resource to be saved.
Declaration
public string Name { get; set; }
Property Value
|
System.String
|
Implements
Remarks
Must be a valid resource name including file extension that doesn't conflict with existing resources in the target folder.
ParentUri
Gets or sets the URI of the parent folder where the resource will be saved.
Declaration
public string ParentUri { get; set; }
Property Value
|
System.String
|
Remarks
Use null or empty string to save the resource in the root directory of the storage system.