Class TextFileCreateModel
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public abstract class TextFileCreateModel
Properties
View SourceContent
Declaration
public string? Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
public required string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentPath
Declaration
public string? ParentPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |