DocumentTagInfoProvider RemoveTagsInternal Method (Int32, Boolean)Kentico 8.1 API Reference
Removes all the tags from the specified document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

documentId
Type: OnlineSystem Int32
ID of the document tags are removed from
deleteNotUsedTags
Type: OnlineSystem Boolean
True (default) - All tags which are not assigned to any other document are deleted, False - Tags always stay in the system even they are not assigned to any other document.
See Also