Search Results for

    Show / Hide Table of Contents
    View Source

    Class RootDynamicRootOriginFinder

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

    Constructors

    View Source

    RootDynamicRootOriginFinder(IEntityService)

    Declaration
    public RootDynamicRootOriginFinder(IEntityService entityService)
    Parameters
    Type Name Description
    IEntityService entityService

    Properties

    View Source

    SupportedOriginType

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

    Methods

    View Source

    FindOriginKey(DynamicRootNodeQuery)

    Declaration
    public virtual 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
      • RootDynamicRootOriginFinder(IEntityService)
    • Properties
      • SupportedOriginType
    • Methods
      • FindOriginKey(DynamicRootNodeQuery)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX