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