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.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public string ResolvePropertyMacros(
	string text
)

Parameters

text
Type: SystemString
Text to resolve

Return Value

Type: String
See Also