Click or drag to resize
DocumentTagInfoProviderRemoveTagsInternal Method (Int32, Int32, String)
Removes a specified tags from specified group and specified document.

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

Parameters

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