Click or drag to resize
IInfoSubmitChanges Method
Submits the changes in the object to the database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
void SubmitChanges(
	bool withCollections
)

Parameters

withCollections
Type: SystemBoolean
If true, also submits the changes in the underlying collections of the object (Children, ChildDependencies, Bindings, OtherBindings)
See Also