SBM ModScript Reference → Programming SBM ModScript → Object Types → TreeItem → TreeItem GetFullName() Method
Returns the full path name from the root of the tree to this item.
Parameter | Type | Description |
---|---|---|
delimiter |
string |
Optional. Defaults to a single space if omitted. The delimiter appears between each node of the tree. For example, a delimiter of "|" on a Project TreeItem might return "Base Project|Main Project|ACME Project". |
Type | Description |
---|---|
string |
The full path name from the root of the tree to this TreeItem. |
SBM ModScript version: 11.3.
This method is used on subtype objects and can be used to generate full project names, workflow names, and folder names.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.