SearchGetTaxonomyFilter Method
Namespace: CentralpointAssembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
private static string GetTaxonomyFilter(
string taxonomyColumnName,
string relationalDataIdColumnName,
string keyword,
SearchMatches match,
bool hasAncestorTaxonomyId,
Guid ancestorTaxonomyId
)
Private Shared Function GetTaxonomyFilter (
taxonomyColumnName As String,
relationalDataIdColumnName As String,
keyword As String,
match As SearchMatches,
hasAncestorTaxonomyId As Boolean,
ancestorTaxonomyId As Guid
) As String
- taxonomyColumnName String
-
- relationalDataIdColumnName String
-
- keyword String
-
- match SearchMatches
-
- hasAncestorTaxonomyId Boolean
-
- ancestorTaxonomyId Guid
-
String