 | GuiLinkButton Method (String, String, String, String, Boolean) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string LinkButton(
ref string buttonType,
ref string buttonImage,
ref string buttonText,
ref string buttonLink,
bool addFilesToUrl
)
Public Shared Function LinkButton (
ByRef buttonType As String,
ByRef buttonImage As String,
ByRef buttonText As String,
ByRef buttonLink As String,
addFilesToUrl As Boolean
) As String
Parameters
- buttonType
- Type: SystemString
- buttonImage
- Type: SystemString
- buttonText
- Type: SystemString
- buttonLink
- Type: SystemString
- addFilesToUrl
- Type: SystemBoolean
Return Value
Type:
String
See Also