| PageInfoGetValueFromUpperTree Method  | 
            Returns string value of selected column.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntaxpublic 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 - onlyMaster (Optional)
 - Type: SystemBoolean
Indicates whether only master page value should be returned 
Return Value
Type: 
Object
See Also