Click or drag to resize
TransformationInfoProviderGetNamespaceRegistration Method
Gets the registration tag for the given namespace and assembly.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public 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