Search Results for

    Show / Hide Table of Contents
    View Source

    Class PackageManifestImportmap

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Manifest
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "packageManifestImportmap", Namespace = "")]
    public class PackageManifestImportmap

    Properties

    View Source

    Scopes

    Declaration
    [DataMember(Name = "scopes")]
    public Dictionary<string, Dictionary<string, string>>? Scopes { get; set; }
    Property Value
    Type Description
    System.Nullable<Umbraco.Cms.Core.Dictionary<System.String, Umbraco.Cms.Core.Dictionary<System.String, System.String>>>

    Methods

    View Source

    Dictionary<>(String, String, Imports)

    Declaration
    [DataMember(Name = "imports")]
    public required Dictionary<>(string, string, Imports)
    Parameters
    Type Name Description
    System.String
    System.String
    Imports
    Returns
    Type Description
    required
    Type Parameters
    Name Description
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Scopes
    • Methods
      • Dictionary<>(String, String, Imports)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX