Search Results for

    Show / Hide Table of Contents
    View Source

    Class SiteDynamicRootOriginFinder

    Inheritance
    System.Object
    RootDynamicRootOriginFinder
    Namespace: Umbraco.Cms.Core.DynamicRoot.Origin
    Assembly: Umbraco.Core.dll
    Syntax
    public class SiteDynamicRootOriginFinder : RootDynamicRootOriginFinder, IDynamicRootOriginFinder

    Constructors

    View Source

    SiteDynamicRootOriginFinder(IEntityService, IDomainService)

    Declaration
    public SiteDynamicRootOriginFinder(IEntityService entityService, IDomainService domainService)
    Parameters
    Type Name Description
    IEntityService entityService
    IDomainService domainService

    Properties

    View Source

    SupportedOriginType

    Declaration
    protected override string SupportedOriginType { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    FindOriginKey(DynamicRootNodeQuery)

    Declaration
    public override Guid? FindOriginKey(DynamicRootNodeQuery query)
    Parameters
    Type Name Description
    DynamicRootNodeQuery query
    Returns
    Type Description
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SiteDynamicRootOriginFinder(IEntityService, IDomainService)
    • Properties
      • SupportedOriginType
    • Methods
      • FindOriginKey(DynamicRootNodeQuery)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX