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

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

Parameters

withCollections
Type: SystemBoolean
If true, also submits the changes in the children of the object

Implements

IInfoSubmitChanges(Boolean)
See Also