Click or drag to resize
ContextMenuContainerGetEndTag Method (Boolean)
Gets the end tag for context menu container.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public static string GetEndTag(
	bool divTag
)

Parameters

divTag
Type: SystemBoolean
If true, renders as div tag, otherwise renders as span tag

Return Value

Type: String
See Also