Click or drag to resize
StepTypeUniMenuItems Constructor
Constructor setting context to menu items.

Namespace: CMS.UIControls.Workflows
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public StepTypeUniMenuItems(
	string draggableScope,
	Page page
)

Parameters

draggableScope
Type: SystemString
Scope for JS dragging mechanism.
page
Type: System.Web.UIPage
Page to which toolbar will be printed
See Also