Click or drag to resize
TreePathUtilsGetNodeUpperTree Method

Note: This API is now obsolete.

Gets the inherited value for document column.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. To get inherited value of a document property, use PageInfoProvider.GetParentProperty method instead.")]
public static DataSet GetNodeUpperTree(
	int siteId,
	string nodeAliasPath,
	string culture,
	string columns
)

Parameters

siteId
Type: SystemInt32
Site ID
nodeAliasPath
Type: SystemString
Node alias path
culture
Type: SystemString
Culture
columns
Type: SystemString
Columns

Return Value

Type: DataSet
See Also