Click or drag to resize
TreeNodeInsertAsNewCultureVersionInternal Method
Inserts current node as a new culture version of the specified document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void InsertAsNewCultureVersionInternal(
	string cultureCode
)

Parameters

cultureCode
Type: SystemString
Culture code of new culture version (If not specified, node.DocumentCulture property is used.)
See Also