Click or drag to resize
TabsAttribute Constructor (String, String, String)
Constructor.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public TabsAttribute(
	string moduleName,
	string elementName,
	string targetFrame
)

Parameters

moduleName
Type: SystemString
Name of the module from which the UI elements should be loaded as tabs
elementName
Type: SystemString
Name of the UI element whose child UI elements should be loaded as tabs. If not specified, module root UI element is used
targetFrame
Type: SystemString
Name of the target frame
See Also