Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ReadPackageManifestsAsync()

    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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX