Search Results for

    Show / Hide Table of Contents
    View Source

    Class DomainSave

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

    Properties

    View Source

    Domains

    Declaration
    [DataMember(Name = "domains")]
    public DomainDisplay[] Domains { get; set; }
    Property Value
    Type Description
    DomainDisplay[]
    View Source

    Language

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

    NodeId

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

    Valid

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