| TreeNodeSubmitChanges Method (Boolean) | 
            Submits the changes in the object to the database.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also