TransformationInfoProviderGetNamespaceRegistration Method |
Gets the registration tag for the given namespace and assembly.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax 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:
StringSee Also