Click or drag to resize
TagInfoProviderGetTags Method (String, Int32, String, String, Int32)
Returns tags set according specified criteria.

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

Parameters

tagGroupName
Type: SystemString
Code name of the tag group
siteId
Type: SystemInt32
Tag group site ID
where (Optional)
Type: SystemString
Where condition to filter the data
orderBy (Optional)
Type: SystemString
Order by statement to use
topN (Optional)
Type: SystemInt32
Number of records to return

Return Value

Type: InfoDataSetTagInfo
See Also