Click or drag to resize
ControlsHelperGetHashCodeForDynamicControl Method
Creates hash from given string.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static string GetHashCodeForDynamicControl(
	string inlineControl
)

Parameters

inlineControl
Type: SystemString
Inline control macro in format {^Name|(param)Parameter|...^}

Return Value

Type: String
See Also