Click or drag to resize
CMSAbstractEditablePageResolveMacros 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: SystemObject
Macro to be resolved

Return Value

Type: Object
See Also