Search Results for

    Show / Hide Table of Contents
    View Source

    Class TextFileRenameModel

    Represents the base model for renaming a text file.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class TextFileRenameModel

    Constructors

    View Source

    TextFileRenameModel()

    Declaration
    protected TextFileRenameModel()

    Properties

    View Source

    Name

    The new name of the file.

    Declaration
    public required string Name { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX