Click or drag to resize
CMSAbstractTransformationResolveMacros Method
Resolves the macros in the given text

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string ResolveMacros(
	string inputText
)

Parameters

inputText
Type: SystemString
Input text to resolve

Return Value

Type: String
See Also