Class ContentFinderCollection
Namespace: Umbraco.Cms.Core.Routing
Assembly: Umbraco.Core.dll
Syntax
public class ContentFinderCollection : BuilderCollectionBase<IContentFinder>, IBuilderCollection<IContentFinder>Constructors
View SourceContentFinderCollection(Func<IEnumerable<IContentFinder>>)
Declaration
public ContentFinderCollection(Func<IEnumerable<IContentFinder>> items)Parameters
| Type | Name | Description | 
|---|---|---|
| Func<IEnumerable<IContentFinder>> | items |