Interface IManifestFilter
Provides filtering for package manifests.
Namespace: Umbraco.Cms.Core.Manifest
Assembly: Umbraco.Core.dll
Syntax
public interface IManifestFilter
Methods
View SourceFilter(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.