BaseInfo GetFullObjectName Method Kentico 8.1 API Reference
Returns the name of the object within its parent hierarchy.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

includeParent
Type: OnlineSystem Boolean
If true, the parent object name is included to the object name
includeSite
Type: OnlineSystem Boolean
If true, the site information is included if available
includeGroup
Type: OnlineSystem Boolean
If true, the group information is included if available

Return Value

Type: OnlineString
See Also