Model for overwriting existing resources in the WebReportDesigner storage system.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
C#
public class OverwriteResourceModel
Inheritance: objectOverwriteResourceModel
Constructors
C#
public OverwriteResourceModel()
Properties
Uri
string
Gets or sets the URI of the resource to be overwritten.
C#
[Required(AllowEmptyStrings = false)]
public string Uri { get; set; }
Remarks:
This property identifies the existing resource whose content will be replaced with new data.