Click or drag to resize
TreeNodeUpdate Method (Boolean)
Updates node data in the database.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual void Update(
	bool useDocumentHelper
)

Parameters

useDocumentHelper
Type: SystemBoolean
If true, the document helper is used for the operation to handle workflow
See Also