Interface IDestinationContentReferenceFinderFactory
Interface for an object that can create destination content reference finders based on content type.
Inherited Members
Namespace: Tableau.Migration.Engine.Endpoints.Search
Assembly: Tableau.Migration.dll
Syntax
public interface IDestinationContentReferenceFinderFactory : IContentReferenceFinderFactory
Methods
ForDestinationContentType<TContent>()
Gets or creates a destination content reference finder for a given content type.
Declaration
IDestinationContentReferenceFinder<TContent> ForDestinationContentType<TContent>() where TContent : class, IContentReference
Returns
| Type | Description |
|---|---|
| IDestinationContentReferenceFinder<TContent> | The content reference finder. |
Type Parameters
| Name | Description |
|---|---|
| TContent | The content type. |
ForFavoriteDestinationContentType(FavoriteContentType)
Gets or creates a destination content reference finder for a given favoritecontent type.
Declaration
IDestinationContentReferenceFinder ForFavoriteDestinationContentType(FavoriteContentType contentType)
Parameters
| Type | Name | Description |
|---|---|---|
| FavoriteContentType | contentType | The favorite content type |
Returns
| Type | Description |
|---|---|
| IDestinationContentReferenceFinder | The content reference finder. |