TranslationServiceHelperIsTranslationReady 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.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax public static bool IsTranslationReady(
TreeNode doc
)
Parameters
- doc
- Type: CMS.DocumentEngineTreeNode
Document to check
Return Value
Type:
BooleanSee Also