DocumentTagInfoProvider RemoveTags Method (Int32, Int32, String)Kentico 8.0 API Reference
Removes a specified tags from specified group and specified document.

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

Parameters

groupId
Type: OnlineSystem Int32
ID of the group holding tags to remove
documentId
Type: OnlineSystem Int32
ID of the document tags are removed from
tags
Type: OnlineSystem String
Set of tags (separated by commas) to remove
See Also