Click or drag to resize
ModuleSwitcher Constructor (String, String)
Begins the identity switching.

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 ModuleSwitcher(
	string strongName,
	string fullClassName
)

Parameters

strongName
Type: SystemString
The strong assembly name of the module.
fullClassName
Type: SystemString
The full class name of the module.
See Also