Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentDomainsAndCulture

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

    Properties

    View Source

    Domains

    Declaration
    [DataMember(Name = "domains")]
    public IEnumerable<DomainDisplay>? Domains { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<DomainDisplay>>
    View Source

    Language

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