PageInfoProviderGetParentPropertyReturnType Method |
Returns value inherited from parent in given culture for given column name.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax public 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:
ReturnTypeSee Also