Click or drag to resize
TreeNodeGetInheritedValue Method
Returns the inherited value for the document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual Object GetInheritedValue(
	string column,
	bool allCultures = true
)

Parameters

column
Type: SystemString
Column name
allCultures (Optional)
Type: SystemBoolean
All cultures

Return Value

Type: Object
See Also