Click or drag to resize
TreeNodeSubmitChanges Method (Boolean, TreeNode)
Submits the changes in the object to the database.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void SubmitChanges(
	bool withCollections,
	TreeNode parentDocument
)

Parameters

withCollections
Type: SystemBoolean
If true, also submits the changes in the children of the object
parentDocument
Type: CMS.DocumentEngineTreeNode
Parent document, needed for new documents
See Also