Search Results for

    Show / Hide Table of Contents
    View Source

    Class DomainDisplay

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

    Constructors

    View Source

    DomainDisplay(String, Int32)

    Declaration
    public DomainDisplay(string name, int lang)
    Parameters
    Type Name Description
    System.String name
    System.Int32 lang

    Properties

    View Source

    Duplicate

    Declaration
    [DataMember(Name = "duplicate")]
    public bool Duplicate { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Lang

    Declaration
    [DataMember(Name = "lang")]
    public int Lang { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; }
    Property Value
    Type Description
    System.String
    View Source

    Other

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