Click or drag to resize
BaseInfoGeneralizedInfoWrapperGetFullObjectName Method
Returns the name of the object within its parent hierarchy.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public string GetFullObjectName(
	bool includeParent = true,
	bool includeSite = true,
	bool includeGroup = true
)

Parameters

includeParent (Optional)
Type: SystemBoolean
If true, the parent object name is included to the object name
includeSite (Optional)
Type: SystemBoolean
If true, the site information is included if available
includeGroup (Optional)
Type: SystemBoolean
If true, the group information is included if available

Return Value

Type: String
See Also