Click or drag to resize
CMSAbstractUIWebpartManageVersionTab Method
Adds version tab to collection.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void ManageVersionTab(
	UIContext context,
	List<UITabItem> tabs
)

Parameters

context
Type: CMS.PortalEngineUIContext
Controls context
tabs
Type: System.Collections.GenericListUITabItem
Tabs items collection
See Also