TransformationInfoProviderGetNamespaceRegistration Method |
Gets the registration tag for the given namespace and assembly.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
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