CMSAbstractWebPartGetStringValue Method |
Gets the string value of the web part
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 12.0.0
Syntax public virtual string GetStringValue(
string propertyName,
string defaultValue
)
Parameters
- propertyName
- Type: SystemString
Property name - defaultValue
- Type: SystemString
Default value
Return Value
Type:
StringSee Also