BizFormInfoRemoveObjectDependencies Method |
Removes object dependencies. First tries to execute removedependencies query, if not found, automatic process is executed.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax 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