Click or drag to resize
CategoryInfoProviderGetDocumentCategoriesInternal Method (Int32, String, String, Int32, String)
Returns all categories the document is a member of.

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

Parameters

documentID
Type: SystemInt32
ID of the document categories are related to.
where
Type: SystemString
Where condition to filter returned categories.
orderBy
Type: SystemString
Order by expression to sort the returned categories.
topN
Type: SystemInt32
Select top n records.
columns
Type: SystemString
List of columns to select

Return Value

Type: InfoDataSetCategoryInfo
See Also