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