 | GuiMakeModuleHeader Method (String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute("Use MakeHeaderForModule instead.")]
public static string MakeModuleHeader(
string moduleSystemName,
string strModuleName
)
<ObsoleteAttribute("Use MakeHeaderForModule instead.")>
Public Shared Function MakeModuleHeader (
moduleSystemName As String,
strModuleName As String
) As String
Parameters
- moduleSystemName
- Type: SystemString
- strModuleName
- Type: SystemString
Return Value
Type:
String
See Also