kentico_alleng
-
12/29/2012 8:14:15 PM
RE:Question on getting category Count
Hello,
The closest method I know of can check the categories for a particular document.
The method in CategoryInfoProvider is:
GetDocumentCategories
And takes these parameters:
documentID (Int32) ID of the document categories are related to. where (String) Where condition to filter returned categories. orderBy (String) Order by expression to sort the returned categories. topN (Int32) Select top n records columns (String) List of columns to select
Regards,
Allen
|