Interface IContentReferenceFinder<TContent>
Interface for an object that can find IContentReferences for a given content type and search criteria.
Inherited Members
Namespace: Tableau.Migration.Content.Search
Assembly: Tableau.Migration.dll
Syntax
public interface IContentReferenceFinder<TContent> : IContentReferenceFinder where TContent : IContentReference
Type Parameters
Name | Description |
---|---|
TContent | The content type. |