Click or drag to resize
ContextMenuContainerGetStartTag Method (String, String, Boolean, Boolean)
Gets the start tag for context menu container.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static string GetStartTag(
	string menuId,
	string parameter,
	bool enableMouseClick,
	bool divTag
)

Parameters

menuId
Type: SystemString
Menu ID
parameter
Type: SystemString
Parameter
enableMouseClick
Type: SystemBoolean
Enable mouse click
divTag
Type: SystemBoolean
If true, renders as div tag, otherwise renders as span tag

Return Value

Type: String
See Also