Click or drag to resize
TranslationServiceHelperIsTranslationReady Method
Returns true if there is at least one translation submission item with target XLIFF.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
public static bool IsTranslationReady(
	TreeNode doc
)

Parameters

doc
Type: CMS.DocumentEngineTreeNode
Document to check

Return Value

Type: Boolean
See Also