DocumentTagInfoProvider AddTags Method Kentico 8.0 API Reference
Inserts a specified tags of the specified group to the 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 inserted tags belongs to
documentId
Type: OnlineSystem Int32
ID of the document tags are inserted to
tags
Type: OnlineSystem String
Set of tags (separated by commas) to insert
See Also