Class OverwriteResourceModel
Model for overwriting existing resources in the WebReportDesigner storage system.
Inheritance
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class OverwriteResourceModel
Remarks
Used by resource overwrite operations to replace the content of existing resources while preserving their location and metadata in the system.
Constructors
OverwriteResourceModel()
Declaration
public OverwriteResourceModel()
Properties
Uri
Gets or sets the URI of the resource to be overwritten.
Declaration
public string Uri { get; set; }
Property Value
|
System.String
|
Remarks
This property identifies the existing resource whose content will be replaced with new data.