Click or drag to resize
ControlsHelperContainsDynamicControl Method
Returns true if the content contains dynamic controls.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static bool ContainsDynamicControl(
	string content
)

Parameters

content
Type: SystemString
Content to check

Return Value

Type: Boolean
See Also