ObjectTranslationRESTServiceGetTranslation Method |
Returns XLIFF translation of the given object.
Namespace: CMS.DocumentWebServicesAssembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 12.0.0
Syntax 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:
StreamSee Also