Create a class in the classifier.

Call:

int err = ac_request("classification","CreateClassificationItem", int iguiddescritem, string id, string name, string description, int isystemguid, int iparentitemguid, int inextitemguid)


Here:

err = 0 if created without errors,

iguiddescritem - descriptor of the ts_guid object where the guid of the created class will be written,

id - id of the class being created,

name - the name of the class being created,

description - arbitrary description of the created class,

isystemguid - descriptor of the ts_guid object with the guid of the classifier in which we create the class,

iparentitemguid - guid descriptor of the parent class to which we want to create a subclass (may be empty),

inextitemguid - element descriptor to put the class behind (may be empty).