Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IInstanceIdentifiable

    Exposes an instance unique identifier.

    Namespace: Umbraco.Cms.Core.Scoping
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IInstanceIdentifiable

    Properties

    View Source

    CreatedThreadId

    Declaration
    int CreatedThreadId { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    InstanceId

    Gets the instance unique identifier.

    Declaration
    Guid InstanceId { get; }
    Property Value
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX