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

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetTagInfoInternal(
	TagInfo tag
)

Parameters

tag
Type: CMS.TaxonomyTagInfo
Tag to set
See Also