Click or drag to resize
BaseInfoRemoveObjectDependencies Method
Removes object dependencies. First tries to execute removedependencies query, if not found, automatic process is executed.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void RemoveObjectDependencies(
	bool deleteAll = false,
	bool clearCache = true
)

Parameters

deleteAll (Optional)
Type: SystemBoolean
If false, only required dependencies are deleted, dependencies with default value are replaced with default value and nullable values are replaced with null
clearCache (Optional)
Type: SystemBoolean
If true, caches of all object types which were potentially modified are cleared (provider hashtables and object type cache dummy keys)
See Also