| TransformationInfoProviderGetNamespaceRegistration Method  | 
            Gets the registration tag for the given namespace and assembly.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntaxpublic static string GetNamespaceRegistration(
	string tagPrefix,
	string ns,
	string assembly
)
Parameters
- tagPrefix
 - Type: SystemString
Tag prefix - ns
 - Type: SystemString
Namespace name - assembly
 - Type: SystemString
Assembly name 
Return Value
Type: 
String
See Also