Click or drag to resize
TreeNodeIsTranslated Method
Indicates if document is translated to the given culture.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public bool IsTranslated(
	string cultureCode
)

Parameters

cultureCode
Type: SystemString
Culture code

Return Value

Type: Boolean
See Also