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