TreeNodeLoadInheritedValues Method |
Loads the inherited values to the node.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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