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

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

Parameters

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