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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual 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)

Implements

IInfoSubmitChanges(Boolean)
See Also