Click or drag to resize
TreeNodeInsertAsNewCultureVersion Method
Inserts current node as new culture version of the same document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void InsertAsNewCultureVersion(
	string cultureCode,
	bool useDocumentHelper = true
)

Parameters

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