| PageInfoProviderGetParentPropertyReturnType Method | 
            Returns value inherited from parent in given culture for given column name.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic static ReturnType GetParentProperty<ReturnType>(
	int siteId,
	string nodeAliasPath,
	string column,
	string culture = null,
	WhereCondition notEmptyCondition = null
)
Parameters
- siteId
- Type: SystemInt32
 SiteId
- nodeAliasPath
- 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
See Also