View Source
Class PackageManifest
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class PackageManifest
Properties
View Source
AllowPublicAccess
Declaration
public bool AllowPublicAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
AllowTelemetry
Declaration
public bool AllowTelemetry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Importmap
Declaration
public PackageManifestImportmap Importmap { get; set; }
Property Value
View Source
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|