 | GuiMakeHeaderForModule Method |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string MakeHeaderForModule(
string moduleSystemName,
string moduleName = "",
bool showButtons = true
)
Public Shared Function MakeHeaderForModule (
moduleSystemName As String,
Optional moduleName As String = "",
Optional showButtons As Boolean = true
) As String
Parameters
- moduleSystemName
- Type: SystemString
- moduleName (Optional)
- Type: SystemString
- showButtons (Optional)
- Type: SystemBoolean
Return Value
Type:
String
See Also