How to add your knowledge

refChainFromRoot()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax
    3. 3. Example 1
    4. 4. Example 2

    Synopsis

    Returns the reference chain from the root of the model tree to the local context as a string.

    Syntax

    refChainFromRoot ( ) As String 

    Example 1

    With the Root node selected in the Intent Model tree

    Intent >refChainFromRoot() 
    --> "Root" 

    Example 2

    With a part called IvBlock_1 selected in the Intent Model tree.

    Intent >refChainFromRoot() 
    --> "Root.IvBlock_1"