Click or drag to resize
DocumentTagInfoProviderRemoveTagsInternal Method (Int32, Boolean)
Removes all the tags from the specified document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void RemoveTagsInternal(
	int documentId,
	bool deleteNotUsedTags
)

Parameters

documentId
Type: SystemInt32
ID of the document tags are removed from
deleteNotUsedTags
Type: SystemBoolean
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