| TranslationServiceHelperGetXLIFF Method (TreeNode, TranslationSettings, Int32, Int32) | 
Note: This API is now obsolete.
            Returns XLIFF export for given TreeNode object.
            
 
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax[ObsoleteAttribute("This method is obsolete. Use GetXLIFF(TreeNode node, TranslationSettings settings, string targetLanguage, out int wordCount, out int charCount)")]
public static string GetXLIFF(
	TreeNode node,
	TranslationSettings settings,
	out int wordCount,
	out int charCount
)Parameters
- node
 - Type: CMS.DocumentEngineTreeNode
TreeNode object to export - settings
 - Type: CMS.TranslationServicesTranslationSettings
Export settings - wordCount
 - Type: SystemInt32
Number of words to translate within exported XLIFF - charCount
 - Type: SystemInt32
Number of characters to translate within exported XLIFF 
Return Value
Type: 
String
See Also