DocumentHelperGetTranslatedCultures Method |
Gets list of culture codes to which is the document translated to.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static IEnumerable<string> GetTranslatedCultures(
int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
Node ID
Return Value
Type:
IEnumerableStringSee Also