Click or drag to resize
IDocumentTagInfoProviderAdd Method
Creates DocumentTagInfo binding.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
void Add(
	int documentId,
	int tagId
)

Parameters

documentId
Type: SystemInt32
Page ID.
tagId
Type: SystemInt32
Tag ID.
See Also