Click or drag to resize
PageInfoProviderGetParentPropertyReturnType Method
Returns value inherited from parent in given culture for given column name.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
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: ReturnType
See Also