Search Results for

    Show / Hide Table of Contents
    View Source

    Class DomainUpdateResult

    Inheritance
    System.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; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<IDomain>>
    View Source

    Domains

    Declaration
    public IEnumerable<IDomain> Domains { get; set; }
    Property Value
    Type Description
    IEnumerable<IDomain>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ConflictingDomains
      • Domains
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX