Click or drag to resize
CMSAbstractEditablePage.ResolveMacros Method
Resolves the given macro when macro resolving is enabled in the web part properties.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected Object ResolveMacros(
	Object value
)

Parameters

value
Type: System.Object
Macro to be resolved

Return Value

Type: Object
See Also