ModuleRenderModuleWebView Method |
Renders and registers includes of a module that is not based on an item.
Namespace: ConnectedApps.Cms.Sdk.ProxyAssembly: ConnectedApps.Cms.Sdk.Proxy (in ConnectedApps.Cms.Sdk.Proxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string RenderModuleWebView(
Guid moduleId
)
Public Shared Function RenderModuleWebView (
moduleId As Guid
) As String
public:
static String^ RenderModuleWebView(
Guid moduleId
)
static member RenderModuleWebView :
moduleId : Guid -> string
Parameters
- moduleId
- Type: SystemGuid
The unique identifier for the module.
Return Value
Type:
String
See Also