Click or drag to resize
TreeNodeUpdateInheritedChildTags Method
Updates the tags of the child documents with inherited tag group.

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

Parameters

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