Interface IPackageManifestReader
Defines the interface for reading Umbraco package manifests.
Namespace: Umbraco.Cms.Infrastructure.Manifest
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IPackageManifestReader
Methods
View SourceReadPackageManifestsAsync()
Asynchronously reads and returns all available package manifests.
Declaration
Task<IEnumerable<PackageManifest>> ReadPackageManifestsAsync()
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<PackageManifest>> | A task representing the asynchronous operation, with a result of an enumerable collection of Umbraco.Cms.Infrastructure.Manifest.PackageManifest. |