Click or drag to resize
ModuleSwitcher Class
Provides the ability for an extension to impersonate the identity of another module within its own assembly.
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.Sdk.SwitcherModuleSwitcher

Namespace: ConnectedApps.Cms.Sdk.Switcher
Assembly: ConnectedApps.Cms.Sdk.Switcher (in ConnectedApps.Cms.Sdk.Switcher.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class ModuleSwitcher : IDisposable

The ModuleSwitcher type exposes the following members.

Constructors
  NameDescription
Public methodModuleSwitcher(Guid)
Begins the identity switching.
Public methodModuleSwitcher(String, String)
Begins the identity switching.
Top
Methods
  NameDescription
Public methodDispose
Disposes and switches back the extension identity.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also