CategoryInfoProviderGetCategoryDocumentsWhereConditionInternal Method |
Returns where condition usable for filtering documents by category.
Namespace: CMS.TaxonomyAssembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 8.2.23
Syntax protected virtual string GetCategoryDocumentsWhereConditionInternal(
string categoryIDPath,
bool onlyEnabled
)
Parameters
- categoryIDPath
- Type: SystemString
Category ID path. - onlyEnabled
- Type: SystemBoolean
Indicates if only documents belonging to enabled (sub)categories are to be filtered out.
Return Value
Type:
StringSee Also