Click or drag to resize
DocumentTagInfoProviderAddTagsInternal Method
Inserts a specified tags of the specified group to the specified document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void AddTagsInternal(
	int groupId,
	int documentId,
	string tags
)

Parameters

groupId
Type: SystemInt32
ID of the group inserted tags belongs to
documentId
Type: SystemInt32
ID of the document tags are inserted to
tags
Type: SystemString
Set of tags (separated by commas) to insert
See Also