CMSAbstractWebPartGetWireframeText Method |
Ensures that the given text is not empty
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax 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:
StringSee Also