 | GuiMakeMedia Method (String, String, String, String, String, Boolean, String, String, String, String, Boolean) |
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,
bool addFilesToUrl
)
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,
forceImageWidth As String,
forceImageHeight As String,
addFilesToUrl As Boolean
) 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
- Type: SystemString
- forceImageHeight
- Type: SystemString
- addFilesToUrl
- Type: SystemBoolean
Return Value
Type:
String
See Also