Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IManifestFilter

    Provides filtering for package manifests.

    Namespace: Umbraco.Cms.Core.Manifest
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IManifestFilter

    Methods

    View Source

    Filter(List<PackageManifest>)

    Filters package manifests.

    Declaration
    void Filter(List<PackageManifest> manifests)
    Parameters
    Type Name Description
    List<PackageManifest> manifests

    The package manifests.

    Remarks

    It is possible to remove, change, or add manifests.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Filter(List<PackageManifest>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX