 | GuiMedia Method (String, String, String, String, String, Boolean, String, String, String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute("Use MakeMedia instead.")]
public static string Media(
ref string strMedia,
ref string url,
string target,
ref string mouseover,
ref string caption,
ref bool putInTable,
ref string strSettings,
ref string strPlacement,
string forceImageWidth,
string forceImageHeight
)
<ObsoleteAttribute("Use MakeMedia instead.")>
Public Shared Function Media (
ByRef strMedia As String,
ByRef url As String,
target As String,
ByRef mouseover As String,
ByRef caption As String,
ByRef putInTable As Boolean,
ByRef strSettings As String,
ByRef strPlacement As String,
forceImageWidth As String,
forceImageHeight As String
) As String
Parameters
- strMedia
- Type: SystemString
- url
- Type: SystemString
- target
- Type: SystemString
- mouseover
- Type: SystemString
- caption
- Type: SystemString
- putInTable
- Type: SystemBoolean
- strSettings
- Type: SystemString
- strPlacement
- Type: SystemString
- forceImageWidth
- Type: SystemString
- forceImageHeight
- Type: SystemString
Return Value
Type:
String
See Also