AddIn PersistenceManagerRegistrar AddNamespaceRename Method TIBCO Spotfire 7.0 API Reference
Adds a binding for a namespace rename.

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public void AddNamespaceRename(
	string originalAssemblyName,
	string originalNamespaceName,
	Assembly newAssembly,
	string newNamespaceName
)

Parameters

originalAssemblyName
Type: System String
Name of the original assembly.
originalNamespaceName
Type: System String
Name of the original namespace.
newAssembly
Type: System.Reflection Assembly
The new assembly.
newNamespaceName
Type: System String
New name of the namespace.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also