Table of Contents

Class FacetSource

Namespace
Dynamicweb.Indexing.Querying.Faceting
Assembly
Dynamicweb.Indexing.dll
The Class FacetSource represents source object of facet
public class FacetSource
Inheritance
FacetSource
Inherited Members

Properties

Item

Gets or sets facet source name
public string Item { get; set; }

Property Value

string

Repository

Gets or sets facet repository name
public string Repository { get; set; }

Property Value

string
To top