Interface IContentFilter<TContent>
Interface for an object that can filter content of a specific content type, to determine which content to migrate.
Inherited Members
Namespace: Tableau.Migration.Engine.Hooks.Filters
Assembly: Tableau.Migration.dll
Syntax
public interface IContentFilter<TContent> : IMigrationHook<IEnumerable<ContentMigrationItem<TContent>>> where TContent : IContentReference
Type Parameters
| Name | Description |
|---|---|
| TContent | Type of entity to be filtered |