Click or drag to resize
Module Class
Provides the ability for an extension to render another module in the WebView mode that is not apart of the calling extension's assembly. Page items are not allowed.
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.Sdk.ProxyModule

Namespace: ConnectedApps.Cms.Sdk.Proxy
Assembly: ConnectedApps.Cms.Sdk.Proxy (in ConnectedApps.Cms.Sdk.Proxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class Module

The Module type exposes the following members.

Constructors
  NameDescription
Public methodModule
Initializes a new instance of the Module class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberRenderItemWebView
Renders and registers includes of an item.
Public methodStatic memberRenderModuleWebView
Renders and registers includes of a module that is not based on an item.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also