Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDomainRepository

    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDomainRepository : IReadWriteQueryRepository<int, IDomain>, IReadRepository<int, IDomain>, IWriteRepository<IDomain>, IQueryRepository<IDomain>, IRepository

    Methods

    View Source

    Exists(string)

    Declaration
    bool Exists(string domainName)
    Parameters
    Type Name Description
    string domainName
    Returns
    Type Description
    bool
    View Source

    GetAll(bool)

    Declaration
    IEnumerable<IDomain> GetAll(bool includeWildcards)
    Parameters
    Type Name Description
    bool includeWildcards
    Returns
    Type Description
    IEnumerable<IDomain>
    View Source

    GetAssignedDomains(int, bool)

    Declaration
    IEnumerable<IDomain> GetAssignedDomains(int contentId, bool includeWildcards)
    Parameters
    Type Name Description
    int contentId
    bool includeWildcards
    Returns
    Type Description
    IEnumerable<IDomain>
    View Source

    GetByName(string)

    Declaration
    IDomain? GetByName(string domainName)
    Parameters
    Type Name Description
    string domainName
    Returns
    Type Description
    IDomain
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX