TreePathUtilsGetNodeInheritedValue Method |
Gets the inherited value for a single document column.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static Object GetNodeInheritedValue(
int siteId,
string nodeAliasPath,
string column,
string culture = null,
WhereCondition valueCondition = null
)
Parameters
- siteId
- Type: SystemInt32
Site ID - nodeAliasPath
- Type: SystemString
Node alias path - column
- Type: SystemString
Column to retrieve value for - culture (Optional)
- Type: SystemString
Document culture - valueCondition (Optional)
- Type: CMS.DataEngineWhereCondition
Where condition indicating if inherited value is present
Return Value
Type:
ObjectSee Also