Click or drag to resize
WebPartCategoryInfoProviderDeleteCategoryInfoInternal Method
Delete specified WebPartCategory.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteCategoryInfoInternal(
	WebPartCategoryInfo webPartCategoryInfo
)

Parameters

webPartCategoryInfo
Type: CMS.PortalEngineWebPartCategoryInfo
WebPartCategory object
See Also