ControlsHelperValidateDynamicControlHash Method |
Checks whether inline control contains valid hash code. Returns false if hash code is not present or not valid.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public static bool ValidateDynamicControlHash(
string inlineControl
)
Parameters
- inlineControl
- Type: SystemString
Inline control macro in format {^Name|(param)Parameter|...^}
Return Value
Type:
BooleanSee Also