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

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0
See Also