$getBranchCategory

Returns the default category for the specified branch.
Syntax
    $getBranchCategory{branchID}
DocumentationReturns the default category for the specified branch:

    Parameters:
      branchID, an optional parameter to specify the branch whos default category name is requested, defaults to the current branch.
    Returns:
      the name of the default category of the specified branch.
Examples
    $getBranchCategory {}

    Result:
    returns default category for the current branch:
    for example: Catalog_Create
GroupCode
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1