Click or drag to resize
TagInfoProviderDeleteTagInfoInternal Method
Deletes specified tag.

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

Parameters

tag
Type: CMS.TaxonomyTagInfo
Tag object
See Also