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. |