AddOn.CatalogRelations.Components.CatalogRelationsComponent.CatalogRelationsComponent C# (CSharp) Method

CatalogRelationsComponent() public method

Initializes a new instance of the CatalogRelationsComponent class.
public CatalogRelationsComponent ( ) : System.Collections.Generic
return System.Collections.Generic
        public CatalogRelationsComponent()
            : this(ServiceLocator.Current.GetAllInstances<IContentQuery>())
        { }

Same methods

CatalogRelationsComponent::CatalogRelationsComponent ( IEnumerable queries ) : System.Collections.Generic