SearchGetTaxonomyFilter Method

Definition

Namespace: Centralpoint
Assembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
C#
private static string GetTaxonomyFilter(
	string taxonomyColumnName,
	string relationalDataIdColumnName,
	string keyword,
	SearchMatches match,
	bool hasAncestorTaxonomyId,
	Guid ancestorTaxonomyId
)

Parameters

taxonomyColumnName  String
 
relationalDataIdColumnName  String
 
keyword  String
 
match  SearchMatches
 
hasAncestorTaxonomyId  Boolean
 
ancestorTaxonomyId  Guid
 

Return Value

String

See Also