Loads objects data including collection from a given XML representation.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- obj
- Type: CMS.DataEngine BaseInfo
Object to load
- json
- Type: System String
JSON data
- disconnectObject (Optional)
- Type: System Boolean
If true, object collections are disconnected (collections won't load data automatically from the DB, just from dataset)
- updateMode (Optional)
- Type: System Boolean
If true, only column contained in the JSON are loaded (columns which are not contained are not set to null)
- excludedColumns (Optional)
- Type: System.Collections.Generic List String
Columns which will be ignored during the data load even if they are in the provided data
Return Value
Type: TranslationHelperTranslation helper
See Also