Click or drag to resize
DocumentTagInfoProviderDeleteDocumentTagInfo Method
Deletes specified documentTag.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void DeleteDocumentTagInfo(
	DocumentTagInfo documentTag
)

Parameters

documentTag
Type: CMS.DocumentEngineDocumentTagInfo
DocumentTag object
See Also