Click or drag to resize
TagGroupInfoProviderGetTagGroups Method (String, String, Int32, String)
Returns a query for all tag groups according to the specified parameters.

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

Parameters

where
Type: SystemString
Where condition
orderBy (Optional)
Type: SystemString
Order by condition
topN (Optional)
Type: SystemInt32
Top N condition
columns (Optional)
Type: SystemString
Data columns to return

Return Value

Type: ObjectQueryTagGroupInfo
See Also