Search Results for

    Show / Hide Table of Contents
    View Source

    Struct DynamicRootContext

    Represents the context for resolving a dynamic root, containing information about the current and parent content items.

    Namespace: Umbraco.Cms.Core.DynamicRoot
    Assembly: Umbraco.Core.dll
    Syntax
    public struct DynamicRootContext

    Properties

    View Source

    CurrentKey

    Gets or sets the unique identifier of the current content item, or null when creating new content.

    Declaration
    public required Guid? CurrentKey { readonly get; set; }
    Property Value
    Type Description
    Guid?
    View Source

    ParentKey

    Gets or sets the unique identifier of the parent content item.

    Declaration
    public required Guid ParentKey { readonly get; set; }
    Property Value
    Type Description
    Guid
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX