Click or drag to resize
ObjectTranslationRESTServiceGetTranslation Method
Returns XLIFF translation of the given object.

Namespace: CMS.DocumentWebServices
Assembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 9.0.0
Syntax
C#
public static Stream GetTranslation(
	Object obj,
	string currentSiteName
)

Parameters

obj
Type: SystemObject
Object to translate
currentSiteName
Type: SystemString
Name of the current site

Return Value

Type: Stream
See Also