Click or drag to resize
WebPartInstanceResolvePropertyMacros Method
Resolves the property macros, replaces the {%propertyname%} macro with the property value.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public string ResolvePropertyMacros(
	string text
)

Parameters

text
Type: SystemString
Text to resolve

Return Value

Type: String
See Also