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