WebPartInstanceResolvePropertyMacros Method |
Resolves the property macros, replaces the {%propertyname%} macro with the property value.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public string ResolvePropertyMacros(
string text
)
Parameters
- text
- Type: SystemString
Text to resolve
Return Value
Type:
StringSee Also