Click or drag to resize
WebPartCategoryInfoProviderGetWebPartCategoryInfoInternal Method (Int32)
Returns the WebPartCategoryInfo structure for the specified layout.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual WebPartCategoryInfo GetWebPartCategoryInfoInternal(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
Id of the category to retrieve

Return Value

Type: WebPartCategoryInfo
See Also