I am able to succesfuly able to add a document and attach a SINGLE category with attributes using CreateObjectEx function.
Now I have a requirement of attaching MULTIPLE categories/attributes to the document, I was creating the document using CreateObjectEx for the first time and for the subsequent time, I was thinking of attaching the Cats/Atts using CreateVersionEx function. I tried it and doesn't seem to work. I don't think CreateVesrionEx can attach Cats/Atts.There is a parameter in the funtion LLValue createInfo, I thought this will attach the Cats/Atts
Does anyone came across this issue ?.
If you have any better solution to attach multiple Cats/Atts to a document that will be appreciated too.
Thanks