Click or drag to resize
DocumentTagInfoProviderAddTagToDocument Method
Adds the specific tag to the specified document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void AddTagToDocument(
	int tagId,
	int documentId
)

Parameters

tagId
Type: SystemInt32
ID of the tag to add
documentId
Type: SystemInt32
ID of the document the tag is added for
See Also