Search Results for

    Show / Hide Table of Contents
    View Source

    Class DomainUpdateResult

    Represents the result of a domain update operation.

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

    Constructors

    View Source

    DomainUpdateResult()

    Declaration
    public DomainUpdateResult()

    Properties

    View Source

    ConflictingDomains

    Gets the collection of domains that conflicted with existing domains, or null if there were no conflicts.

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

    Domains

    Gets the collection of domains that were successfully updated.

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