You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Classes > Localization Class > Localization Methods > GetInterchangeFiles
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Localization.GetInterchangeFiles Method

Returns a list of interchange files (i.e., XLIFF files) associated with a given content item (i.e., XLIFF Skeleton).

C#
public DS.LocalizationTargetDataTable GetInterchangeFiles(Long ItemID);
Visual Basic
Public Function GetInterchangeFiles(ByVal ItemID As Long) As DS.LocalizationTargetDataTable
Parameters 
Description 
ItemID 
Specifies the content item (i.e., XLIFF skeleton). 

A LocalizationJobDataSet.LocalizationTargetDataTable of XLIFF files.

When exporting, XLIFF files for each target language are generated from a skeleton. When importing, an XLIFF file is associated with the skeleton content item it was generated from (the original language) and a new skeleton content item generated by merging the XLIFF with the original skeleton to produce a skeleton in the target language. A skeleton consists of the content, typically the main HTML content block, a summary (HTML), title, meta data, etc.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!