addCategoryEntities

categories:addCategoryEntities(name: stringa, ss: SelectionSet) → nil

Aggiunge entità ad una categoria.

Esempio addCategoryEntities()

local ok = catman:addCategoryEntities("BUBBLES", ss1)



Esempio 1. Esempio addCategoryEntities

local catman = Categories()
local ss     = selset.all()
catman:addCategoryEntities("ASSI", ss)