 | GuiMakeHeaders Method (String, String, String, Boolean, String, String) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string MakeHeaders(
string title,
string headers,
string returnWhat,
bool navigation,
string specialTotalWidth,
string disableTabs
)
Public Shared Function MakeHeaders (
title As String,
headers As String,
returnWhat As String,
navigation As Boolean,
specialTotalWidth As String,
disableTabs As String
) As String
Parameters
- title
- Type: SystemString
- headers
- Type: SystemString
- returnWhat
- Type: SystemString
- navigation
- Type: SystemBoolean
- specialTotalWidth
- Type: SystemString
- disableTabs
- Type: SystemString
Return Value
Type:
String
See Also