| TreeNodeGetFullObjectName Method | 
            Returns the name of the object within its parent hierarchy.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
 Syntax
Syntaxprotected override string GetFullObjectName(
	bool includeParent,
	bool includeSite,
	bool includeGroup
)
Parameters
- includeParent
- Type: SystemBoolean
 If true, the parent object name is included to the object name
- includeSite
- Type: SystemBoolean
 If true, the site information is included if available
- includeGroup
- Type: SystemBoolean
 If true, the group information is included if available
Return Value
Type: 
String See Also
See Also