Loads object data including collection from a given data set.
            
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- node
 - Type: CMS.DocumentEngine TreeNode
TreeNode to load 
- ds
 - Type: 
System.Data DataSet
Dataset with data 
- disconnectObject (Optional)
 - Type: 
System Boolean
If true, object collections are disconnected (collections won't load data automatically from the DB, just from dataset) 
- columnsToUpdate (Optional)
 - Type: 
System.Collections.Generic List 
String 
List of columns to update 
- 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 
See Also