Search Results for

    Show / Hide Table of Contents
    View Source

    Class DomainsUpdateModel

    Represents a model for updating domains associated with content.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class DomainsUpdateModel

    Constructors

    View Source

    DomainsUpdateModel()

    Declaration
    public DomainsUpdateModel()

    Properties

    View Source

    DefaultIsoCode

    Gets or sets the optional default ISO culture code for the domains.

    Declaration
    public string? DefaultIsoCode { get; set; }
    Property Value
    Type Description
    string
    View Source

    Domains

    Gets or sets the collection of domain models to update.

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