TreeNode SubmitChanges Method (Boolean, TreeNode)Kentico 8.1 API Reference
Submits the changes in the object to the database.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

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