Click or drag to resize
ContactInfoRemoveObjectDependencies Method
Removes object dependencies.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected override void RemoveObjectDependencies(
	bool deleteAll = false,
	bool clearHashtables = true
)

Parameters

deleteAll (Optional)
Type: SystemBoolean
clearHashtables (Optional)
Type: SystemBoolean
See Also