WEBfactory 2010 WCF SymbolicTextService Documentation
This article provides all the needed information to learn and understand the WCF SymbolicTextService documentation.
This WCF web service handles all the Symbolic Texts related operations. The following methods are available:
GetSymbolicTextTranslations(int[] languageIDs, int startIndex, int count, IncludedSymbolicTexts includedSymbolicTexts)
Syntax |
|
Description | Retrieves the text translations, based on the provided language id's, index and count, for all symbolic texts of the specified type |
Parameters |
|
Return Value | A list of
|
GetSpecificSymbolicTextTranslations(int[] languageIDs, string[] symbolicTexts)
Syntax |
|
Description | Retrieves the translation texts for the provided symbolic texts, based on the specified language |
Parameters |
|
Return Value | A list of
|
GetActiveLanguageIDs()
Syntax |
|
Description | Retrieves the ids of the active languages |
Parameters | None |
Return Value | A list of ids corresponding to the languages set as active in the WEBfactory 2010 system |
GetAllLanguages()
Syntax |
|
Description | Retrieves all available languages in the WEBfactory 2010 system |
Parameters | None |
Return Value | A list of
|