| GuiAlertMessageBox Method (String, String, String) |
Namespace:
Dynamicweb.Ecommerce.Common
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static string AlertMessageBox(
string translatedText,
string boxWidth,
string cssClass
)
Public Shared Function AlertMessageBox (
translatedText As String,
boxWidth As String,
cssClass As String
) As String
Parameters
- translatedText
- Type: SystemString
- boxWidth
- Type: SystemString
- cssClass
- Type: SystemString
Return Value
Type:
StringSee Also