Click or drag to resize
TagInfoProviderGetTags Method (String, String, Int32, String)
Returns all the tags filtered by where condition and sorted by orderBy expression.

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

Parameters

where
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