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