Click or drag to resize

IHierarchyNodeExtensionsGetFullCodePath Method

Gets the full path of codes, delimited with the delimiter.

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static string GetFullCodePath(
	this IHierarchyNode node,
	string delimiter = "/"
)

Parameters

node
Type: Aloe.EnterpriseOne.Model.Core.HierarchiesIHierarchyNode
The node for which to get the full path.
delimiter (Optional)
Type: SystemString
The delimiter.

Return Value

Type: String
The full path of node codes.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IHierarchyNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also