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

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 9.0.0
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