Click or drag to resize
PageInfoGetValueFromUpperTree Method
Returns string value of selected column.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public Object GetValueFromUpperTree(
	string column,
	bool checkForNull = true,
	bool onlyMaster = false
)

Parameters

column
Type: SystemString
Column name
checkForNull (Optional)
Type: SystemBoolean
If is true, check for NULL value, else check for "-1" value (CSSStyleSheetID)
onlyMaster (Optional)
Type: SystemBoolean
Indicates whether only master page value should be returned

Return Value

Type: Object
See Also