DocumentHelperIsTranslated Method |
Indicates if node is translated to the given culture.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static bool IsTranslated(
int nodeId,
string cultureCode
)
Parameters
- nodeId
- Type: SystemInt32
Node ID - cultureCode
- Type: SystemString
Culture code
Return Value
Type:
BooleanSee Also