Click or drag to resize
DocumentTagInfoProviderDeleteDocumentTagInfoInternal Method
Deletes specified documentTag.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void DeleteDocumentTagInfoInternal(
	DocumentTagInfo documentTag
)

Parameters

documentTag
Type: CMS.DocumentEngineDocumentTagInfo
Document tag binding object
See Also