Click or drag to resize
TagInfoProviderGetTagsInternal Method (String, Int32, String, String, Int32)
Returns all the tags filtered by specified tag group and document properties (path, culture code, ...) which can be entered as where condition and sorted by orderBy expression.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<TagInfo> GetTagsInternal(
	string tagGroupName,
	int siteId,
	string where,
	string orderBy,
	int topN
)

Parameters

tagGroupName
Type: SystemString
Tag group name to use
siteId
Type: SystemInt32
Tag group site ID
where
Type: SystemString
The WHERE condition to use
orderBy
Type: SystemString
The ORDER BY expression to use to sort the result
topN
Type: SystemInt32
Number of records to return

Return Value

Type: InfoDataSetTagInfo
See Also