1

Is there a way to handle the management of categories in the ESW-(Java)-API? i.e. create, rename, modify, delete, change color, etc.

I cannot see a class in there but assume it should work.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
LeO
  • 4,238
  • 4
  • 48
  • 88

1 Answers1

1

It should be possible:

Add category

Get categories

Pavel
  • 26
  • 1
  • Yeah, thx, that's the only way. I thought it might be possible with the MS-libs directly... – LeO Dec 21 '13 at 15:04