Click or drag to resize
CategoryInfoProviderGetDocumentCategoriesInternal Method (String, String, Int32)
Returns dataset of all categories base on complete where condition from TreeProvider.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<CategoryInfo> GetDocumentCategoriesInternal(
	string where,
	string orderBy,
	int topN
)

Parameters

where
Type: SystemString
Where condition.
orderBy
Type: SystemString
Order by condition.
topN
Type: SystemInt32
Top N condition.

Return Value

Type: InfoDataSetCategoryInfo
See Also