Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDynamicRootOriginFinder

    Supports finding the Origin For a given query

    Namespace: Umbraco.Cms.Core.DynamicRoot.Origin
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDynamicRootOriginFinder

    Methods

    View Source

    FindOriginKey(DynamicRootNodeQuery)

    Attempts to find the origin content key based on the specified query.

    Declaration
    Guid? FindOriginKey(DynamicRootNodeQuery dynamicRootNodeQuery)
    Parameters
    Type Name Description
    DynamicRootNodeQuery dynamicRootNodeQuery

    The query containing the origin alias, optional origin key, and context information.

    Returns
    Type Description
    Guid?

    The unique identifier of the origin content, or null if this finder does not support the query or cannot find the origin.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX