Click or drag to resize
DocumentTagInfoProviderRemoveTags 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: 12.0.0
Syntax
C#
public static void RemoveTags(
	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