TreeNodeUpdateTags Method (String, Boolean, Boolean, Boolean) |
Update document tag according to tag group only if necessary.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax protected virtual void UpdateTags(
string sitename,
bool updateInheritedChildTags,
bool forceUpdate,
bool allowRemoveTags
)
Parameters
- sitename
- Type: SystemString
Site name - updateInheritedChildTags
- Type: SystemBoolean
Update child tags - forceUpdate
- Type: SystemBoolean
Force update of the tags - allowRemoveTags
- Type: SystemBoolean
Indicates whether removing tags is allowed
See Also