| PageInfoProviderGetParentPropertyReturnType Method (Int32, String, String, String, WhereCondition) | 
            Returns value inherited from parent in given culture for given column name.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxpublic static ReturnType GetParentProperty<ReturnType>(
	int siteId,
	string nodeAlias,
	string column,
	string culture = null,
	WhereCondition notEmptyCondition = null
)
Parameters
- siteId
 - Type: SystemInt32
SiteId - nodeAlias
 - Type: SystemString
Alias path - column
 - Type: SystemString
Column name - culture (Optional)
 - Type: SystemString
Document culture - notEmptyCondition (Optional)
 - Type: CMS.DataEngineWhereCondition
Where condition indicating if inherited value is present 
Type Parameters
- ReturnType
 
Return Value
Type: 
ReturnType
See Also