View Source
Class ContentFinderCollection
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class ContentFinderCollection : BuilderCollectionBase<IContentFinder>, IBuilderCollection<IContentFinder>, IEnumerable<IContentFinder>, IEnumerable
Constructors
View Source
ContentFinderCollection(IEnumerable<IContentFinder>)
Declaration
public ContentFinderCollection(IEnumerable<IContentFinder> items)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<IContentFinder> |
items |
|