Click or drag to resize
TagInfoProviderGetTags Method (Int32, String, String, Int32, String)
Returns all the tags for specified document filtered by where condition.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<TagInfo> GetTags(
	int documentId,
	string where = null,
	string orderBy = null,
	int topN = 0,
	string columns = null
)

Parameters

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

Return Value

Type: ObjectQueryTagInfo
See Also