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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public override void SubmitChanges(
	bool withCollections
)

Parameters

withCollections
Type: System.Boolean
If true, also submits the changes in the children of the object

Implements

IInfo.SubmitChanges(Boolean)
See Also