Click or drag to resize
ContentTransformationFunctionsIsTranslatedTo Method
Returns true if document is translated into one of selected cultures.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static bool IsTranslatedTo(
	Object document,
	string cultures,
	bool publishedOnly
)

Parameters

document
Type: SystemObject
Document to check
cultures
Type: SystemString
Culture codes separated with a semicolon
publishedOnly
Type: SystemBoolean
If true culture version must be published

Return Value

Type: Boolean
See Also