WebPartInfoRemoveObjectDependencies Method |
Removes web part dependencies.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax protected override void RemoveObjectDependencies(
bool deleteAll = false,
bool clearHashtables = true
)
Parameters
- deleteAll (Optional)
- Type: SystemBoolean
- clearHashtables (Optional)
- Type: SystemBoolean
See Also