Click or drag to resize
CategoryInfoProviderGetDocumentCategories 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#
public static InfoDataSet<CategoryInfo> GetDocumentCategories(
	string where = null,
	string orderBy = null,
	int topN = 0
)

Parameters

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

Return Value

Type: InfoDataSetCategoryInfo
See Also