Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IEntryAssemblyMetadata

    Provides metadata about the entry assembly.

    Namespace: Umbraco.Cms.Core.Configuration
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IEntryAssemblyMetadata

    Properties

    View Source

    InformationalVersion

    Gets the InformationalVersion string for entry assembly.

    Declaration
    string InformationalVersion { get; }
    Property Value
    Type Description
    string
    View Source

    Name

    Gets the Name of entry assembly.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX