Class TextFileUpdateModel
Represents the base model for updating a text file's content.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public abstract class TextFileUpdateModel
Constructors
View SourceTextFileUpdateModel()
Declaration
protected TextFileUpdateModel()
Properties
View SourceContent
The new content of the file.
Declaration
public required string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |