Click or drag to resize
ContextMenuContainerGetStartTag Method (String, String)
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
)

Parameters

menuId
Type: SystemString
Menu ID
parameter
Type: SystemString
Parameter

Return Value

Type: String
See Also