Click or drag to resize
DocumentTagInfoProviderSetDocumentTagInfoInternal Method
Sets (updates or inserts) specified documentTag.

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

Parameters

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