Click or drag to resize
DocumentTagInfoProviderRemove Method
Deletes DocumentTagInfo binding.

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

Parameters

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

Implements

IDocumentTagInfoProviderRemove(Int32, Int32)
See Also