• Core
  • Infrastructure
  • Web
  • Extensions
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
    System.String
    View Source

    Name

    Gets the Name of entry assembly.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • InformationalVersion
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX