• Creates a folder using a numeric suffix to ensure uniqueness if necessary.

    Parameters

    • title: string

      Folder title, used as-is if possible and with suffix otherwise

    • templateDictionary: any

      Hash of facts: org URL, adlib replacements, user; .user.folders property contains a list of known folder names; function updates list with existing names not yet known, and creates .user.folders if it doesn't exist in the dictionary

    • authentication: UserSession

      Credentials for creating folder

    Returns Promise<IAddFolderResponse>

    Id of created folder