Click or drag to resize
DocumentHelperIsTranslated Method
Indicates if node is translated to the given culture.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static bool IsTranslated(
	int nodeId,
	string cultureCode
)

Parameters

nodeId
Type: SystemInt32
Node ID
cultureCode
Type: SystemString
Culture code

Return Value

Type: Boolean
See Also