메소드 | 설명 | |
---|---|---|
FacetFilter ( string ruleName, int filterPageID ) : PageDataCollection |
Returns a list of pages filtered for a given facet
|
|
FacetList ( PageDataCollection allPages, string ruleName, Rule direction ) : PageDataCollection |
Returns a PageDataCollection with a distinct list of pages related through the given rule. Number of relations are added to PageName.
|
public static FacetFilter ( string ruleName, int filterPageID ) : PageDataCollection | ||
ruleName | string | Rule for filtered relations |
filterPageID | int | The facet to filter for |
리턴 | PageDataCollection |
public static FacetList ( PageDataCollection allPages, string ruleName, Rule direction ) : PageDataCollection | ||
allPages | PageDataCollection | PageDataCollection to create facets from |
ruleName | string | Rule used for facet relations |
direction | Rule | Direction of facet relations |
리턴 | PageDataCollection |