View Source
Class PackageManifest
Assembly: Umbraco.Core.dll
Syntax
public class PackageManifest
Properties
View Source
AllowPackageTelemetry
Declaration
[Obsolete("Use AllowTelemetry instead. This property will be removed in future versions.")]
public bool AllowPackageTelemetry { get; set; }
Property Value
View Source
AllowPublicAccess
Declaration
public bool AllowPublicAccess { get; set; }
Property Value
View Source
AllowTelemetry
Declaration
public bool AllowTelemetry { get; set; }
Property Value
View Source
Extensions
Declaration
public required object[] Extensions { get; set; }
Property Value
| Type |
Description |
| object[] |
|
View Source
Id
Declaration
public string? Id { get; set; }
Property Value
View Source
Importmap
Declaration
public PackageManifestImportmap? Importmap { get; set; }
Property Value
View Source
Name
Declaration
public required string Name { get; set; }
Property Value
View Source
Version
Declaration
public string? Version { get; set; }
Property Value