Click or drag to resize
NewCultureDocumentSettings Constructor (TreeNode, String, TreeProvider)
Parametric constructor

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public NewCultureDocumentSettings(
	TreeNode node,
	string cultureCode,
	TreeProvider tree = null
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node to create new culture version
cultureCode
Type: SystemString
New culture code
tree (Optional)
Type: CMS.DocumentEngineTreeProvider
Tree provider to use
See Also