Search Results for

    Show / Hide Table of Contents
    View Source

    Class SnippetDisplay

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "scriptFile", Namespace = "")]
    public class SnippetDisplay

    Properties

    View Source

    FileName

    Declaration
    [DataMember(Name = "fileName", IsRequired = true)]
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Name

    Declaration
    [DataMember(Name = "name", IsRequired = true)]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • FileName
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX