Click or drag to resize
CMSAbstractWebPartGetWireframeText Method
Ensures that the given text is not empty

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
protected string GetWireframeText(
	string text,
	bool htmlText
)

Parameters

text
Type: SystemString
Original text
htmlText
Type: SystemBoolean
If true, the given text is HTML

Return Value

Type: String
See Also