Click or drag to resize
ReportCategoryInfoRemoveObjectDependencies Method
Removes dependencies of given report category.

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

Parameters

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