Click or drag to resize
TagGroupInfoProviderGetTagGroups Method (Int32)
Returns a query for all the TagGroupInfo objects of a specified site.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<TagGroupInfo> GetTagGroups(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryTagGroupInfo
See Also