TreeNode InsertAsNewCultureVersion Method (String, Boolean)Kentico 8.0 API Reference
Inserts current node as new culture version of the same document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

cultureCode
Type: OnlineSystem String
Culture code of new culture version (If not specified, node.DocumentCulture property is used.)
useDocumentHelper
Type: OnlineSystem Boolean
If true, the document helper is used for the operation to handle workflow
See Also