TreeNodeGetInheritedValue Method |
Returns the inherited value for the document.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public virtual Object GetInheritedValue(
string column,
bool allCultures = true
)
Parameters
- column
- Type: SystemString
Column name - allCultures (Optional)
- Type: SystemBoolean
All cultures
Return Value
Type:
ObjectSee Also