Click or drag to resize
DocumentHelperInsertNewCultureVersion Method (TreeNode, TreeProvider, String, Boolean, Boolean)
Inserts a new document culture version.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void InsertNewCultureVersion(
	TreeNode node,
	TreeProvider tree,
	string cultureCode,
	bool createVersion = true,
	bool allowCheckOut = true
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
tree
Type: CMS.DocumentEngineTreeProvider
TreeProvider to use
cultureCode
Type: SystemString
Culture code of new culture version (If not specified, node.DocumentCulture property is used.)
createVersion (Optional)
Type: SystemBoolean
Create a new version for document under workflow.
allowCheckOut (Optional)
Type: SystemBoolean
If true, document check out is allowed on the insert action.
See Also