TreeNodeInsertAsNewCultureVersionInternal Method |
Inserts current node as a new culture version of the specified document.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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