Interface IDestinationContentReferenceFinder<TContent>
Interface for an object that can find destination content reference for given content information, applying mapping rules.
Inherited Members
Namespace: Tableau.Migration.Engine.Endpoints.Search
Assembly: Tableau.Migration.dll
Syntax
public interface IDestinationContentReferenceFinder<TContent> : IDestinationContentReferenceFinder, IContentReferenceFinder<TContent>, IContentReferenceFinder where TContent : IContentReference
Type Parameters
| Name | Description |
|---|---|
| TContent | The content type. |