Click or drag to resize
BasicFormResolveMacros Method
Resolves the macros within current WebPart context.

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

Parameters

inputText
Type: SystemString
Input text to resolve

Return Value

Type: String
See Also