| TreeNodeLoadInheritedValues Method | 
            Loads the inherited values to the node.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
 Syntax
Syntaxpublic virtual void LoadInheritedValues(
	string[] columns,
	bool allCultures = true
)
Parameters
- columns
- Type: SystemString
 Columns to load
- allCultures (Optional)
- Type: SystemBoolean
 Indicates if all culture versions of the parent documents will be taken in account
 See Also
See Also