Click or drag to resize
TagInfoProviderSetTagInfo Method
Sets (updates or inserts) specified tag.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
public static void SetTagInfo(
	TagInfo tag
)

Parameters

tag
Type: CMS.TaxonomyTagInfo
Tag to set
See Also