 | GuiMakeMedia Method (String, String, String, String, String, Boolean, String, String, String, String) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string MakeMedia(
ref string pathToMedia,
ref string link,
string target,
ref string mouseover,
ref string caption,
ref bool putInTable,
ref string settings,
ref string placement,
string forceImageWidth = "",
string forceImageHeight = ""
)
Public Shared Function MakeMedia (
ByRef pathToMedia As String,
ByRef link As String,
target As String,
ByRef mouseover As String,
ByRef caption As String,
ByRef putInTable As Boolean,
ByRef settings As String,
ByRef placement As String,
Optional forceImageWidth As String = "",
Optional forceImageHeight As String = ""
) As String
Parameters
- pathToMedia
- Type: SystemString
- link
- Type: SystemString
- target
- Type: SystemString
- mouseover
- Type: SystemString
- caption
- Type: SystemString
- putInTable
- Type: SystemBoolean
- settings
- Type: SystemString
- placement
- Type: SystemString
- forceImageWidth (Optional)
- Type: SystemString
- forceImageHeight (Optional)
- Type: SystemString
Return Value
Type:
String
See Also