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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public string ResolveMacros(
	string inputText
)

Parameters

inputText
Type: SystemString
Input text to resolve

Return Value

Type: String
See Also