Jump to: navigation, search

Changes


HowTo:Transfer Data from UBIK 3 to UBIK 4

96 bytes removed, 14:03, 27 February 2023
/* Optional: Maintain customizing */
* For most View related methods, the parameter "bool sorted" does not exist anymore; it can be removed.
* The method View.Children now doesn't have the parameters "bool sorted" and "bool fullBranchSync" anymore; they can be removed.
* There is a new method View.ChildrenForBranchSync with the same parameters as View.Children (equivalent to having the "fullBranchSync" parameter on true). If you customized View.Children, this one should be customized as well.
* The UBIKClassList does not derive from List anymore. If you're using it as List in your custom code, you have to adapt this, using UBIKClassList instead.
If you're stuck, please ask a developer.
 
[[Category:How-To|Transfer Data from 3.7 to 4.0]]
[[Category:Install|Transfer Data from 3.7 to 4.0]]
[[Category:Installing|Transfer Data from 3.7 to 4.0]]
[[Category:Server|Transfer Data from 3.7 to 4.0]]
[[Category:Version 4.0|Transfer Data from 3.7 to 4.0]]
== Optional: Maintain system object customizing ==
1,606
edits