$getDocumentItems

Returns the names of all existing document items on the specified branch.
Syntax
    $getDocumentItems{branchID}
DocumentationReturns the names of all existing document items on the specified branch:

    Parameters:
      branchID, a optional parameter to specify a branch other than the current branch, defaults to the id of the current branch.
    Returns:
      a '$\n' separated list of all document items names existing on the current branch.
Examples
    $createDocumentItem{SITEFORUM}
    {SITEFORUM is a 100% Pure Java Interaction Platform}{}
    $getDocumentItem{SITEFORUM}

    Result:
    creates documentitem "SITEFORUM" and its value, sets no
    description in parameter 3, returns documentitem
    "SITEFORUM":
    SITEFORUM is a 100% Pure Java Interaction Platform
GroupBranch
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 1