TagInfoProvider GetTags Method (Int32, String, String, Int32, String)Kentico 8.0 API Reference
Returns all the tags for specified document filtered by where condition.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

documentId
Type: OnlineSystem Int32
ID of the document the tags of which should be returned
where (Optional)
Type: OnlineSystem String
The WHERE condition to use
orderBy (Optional)
Type: OnlineSystem String
The ORDER BY expression to use to sort the result
topN (Optional)
Type: OnlineSystem Int32
Number of records to return
columns (Optional)
Type: OnlineSystem String
Columns to be selected

Return Value

Type: ObjectQuery TagInfo 
See Also