Click or drag to resize
TreeNodeUpdateTags Method (String, Boolean, Boolean)
Update document tag according to tag group only if necessary.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void UpdateTags(
	string sitename,
	bool updateInheritedChildTags,
	bool forceUpdate
)

Parameters

sitename
Type: SystemString
Site name
updateInheritedChildTags
Type: SystemBoolean
Update child tags
forceUpdate
Type: SystemBoolean
Force update of the tags
See Also