TreeItem GetFullName() Method

Returns the full path name from the root of the tree to this item.

Function Signature

 string GetFullName(delimiter)

Parameters

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".

Return

Type Description

string

The full path name from the root of the tree to this TreeItem.

Technical Details

SBM ModScript version: 11.3.

Notes

This method is used on subtype objects and can be used to generate full project names, workflow names, and folder names.

Related Topics

TreeItem