Inserts a new document culture version.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- node
- Type: CMS.DocumentEngine TreeNode
Document node
- tree
- Type: CMS.DocumentEngine TreeProvider
TreeProvider to use
- cultureCode
- Type: System String
Culture code of new culture version (If not specified, node.DocumentCulture property is used.)
- createVersion (Optional)
- Type: System Boolean
Create a new version for document under workflow.
- allowCheckOut (Optional)
- Type: System Boolean
If true, document check out is allowed on the insert action.
See Also