Click or drag to resize
TagInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 11.0.0
Syntax
C#
protected override void SetInfo(
	TagInfo info
)

Parameters

info
Type: CMS.TaxonomyTagInfo
Object to insert / update
See Also