NewCultureDocumentSettings Constructor (TreeNode, String, TreeProvider) |
Parametric constructor
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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