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

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
protected override void RemoveObjectDependencies(
	bool deleteAll = false,
	bool clearHashtables = 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
clearHashtables (Optional)
Type: SystemBoolean
If true, hashtables of all objecttypes which were potentionally modified are cleared
See Also