Search Results for

    Show / Hide Table of Contents
    View Source

    Class DomainUpdateResult

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

    Properties

    View Source

    ConflictingDomains

    Declaration
    public IEnumerable<IDomain>? ConflictingDomains { get; init; }
    Property Value
    Type Description
    IEnumerable<IDomain>
    View Source

    Domains

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