Click or drag to resize
MacroProcessorRemoveMacroBrackets Method
Removes all types macro brackets from given text.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static string RemoveMacroBrackets(
	string value,
	out string type
)

Parameters

value
Type: SystemString
Value to modify
type
Type: SystemString
Type of macro which was removed

Return Value

Type: String
See Also