Interface IContentItemFilterResult
Interface for a hook result that allows a content item to be filtered out from migration.
Namespace: Tableau.Migration.Engine.Hooks.Filters
Assembly: Tableau.Migration.dll
Syntax
public interface IContentItemFilterResult
Properties
ManifestEntry
Gets the manifest entry for the content item.
Declaration
IMigrationManifestEntryEditor ManifestEntry { get; }
Property Value
| Type | Description |
|---|---|
| IMigrationManifestEntryEditor |
Status
Gets the current filtering status for the pulled content item.
Declaration
FilterStatus Status { get; }
Property Value
| Type | Description |
|---|---|
| FilterStatus |