EmailInfo RemoveObjectDependencies Method Kentico 8.1 API Reference
Removes object dependencies. First tries to execute removedependencies query, if not found, automatic process is executed.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

deleteAll (Optional)
Type: OnlineSystem Boolean
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: OnlineSystem Boolean
If true, hashtables of all objecttypes which were potentionally modified are cleared
See Also