DocumentHierarchyHelper LoadObjectFromDataSet Method (TreeNode, DataSet, Boolean, Int32, List String , List String )Kentico 8.1 API Reference
Loads TreeNode data including collection from a given data set.

Namespace: CMS.DocumentEngine
Assembly: 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: OnlineSystem.Data DataSet
Dataset with data
disconnectNode
Type: OnlineSystem Boolean
If true, node collections are disconnected (collections won't load data automatically from the DB, just from dataset)
id
Type: OnlineSystem Int32
ID of the object to identify it within the DataSet
columnsToUpdate
Type: OnlineSystem.Collections.Generic List OnlineString 
List of columns which will be updated
excludedColumns
Type: OnlineSystem.Collections.Generic List OnlineString 
Columns which will be ignored during the data load even if they are in the provided data
See Also