Namespace Tableau.Migration.Engine.Hooks.Filters
Namespaces
Tableau.Migration.Engine.Hooks.Filters.Default
Classes
ContentFilterBase<TContent>
Base implementation for an object that can filter content of a specific content type, to determine which content to migrate.
ContentFilterBuilder
Default IContentFilterBuilder implementation.
ContentLocationInPathFilter<TContent>
Base filter for content specific filters. Filters based on the ContentLocation field.
Interfaces
IContentFilterBuilder
Interface with methods to build IContentFilter<TContent>.
IContentFilterRunner
Interface for an object that can run filters.
IContentFilter<TContent>
Interface for an object that can filter content of a specific content type, to determine which content to migrate.