Table of Contents

Class FacetRenderType

Namespace
Dynamicweb.Indexing.Querying.Faceting
Assembly
Dynamicweb.Core.dll
public class FacetRenderType
Inheritance
FacetRenderType
Inherited Members

Constructors

FacetRenderType(string, string)

public FacetRenderType(string name, string systemName)

Parameters

name string
systemName string

Properties

Name

public string Name { get; set; }

Property Value

string

SystemName

public string SystemName { get; set; }

Property Value

string

Methods

GetRenderTypes()

public static IList<FacetRenderType> GetRenderTypes()

Returns

IList<FacetRenderType>
To top