Click or drag to resize
TreeNodeLoadInheritedValues Method
Loads the inherited values to the node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public 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