Click or drag to resize
TranslationServicesTransformationFunctionsIsTranslationReady Method
Returns true if there is at least one translation submission item with target XLIFF for given page and submission is marked as ready.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public static bool IsTranslationReady(
	Object document
)

Parameters

document
Type: SystemObject
Document to check

Return Value

Type: Boolean
See Also