Click or drag to resize
CMSAbstractWebPartGetStringValue Method
Gets the string value of the web part

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public virtual string GetStringValue(
	string propertyName,
	string defaultValue
)

Parameters

propertyName
Type: SystemString
Property name
defaultValue
Type: SystemString
Default value

Return Value

Type: String
See Also