I'm trying to understand how to properly instantiate a LLValue object for certain LAPI_Documents object methods that require these as parameters and as a return object.
For example:
LAPI_Documents.GetObjectAttributesEx(LLValue objectID, LLValue catID, LLValue catVersion)
How do I create each of these LLValue objects? Is it like...
LLValue catVersion = (new LLValue()).setAssocNotSet();
When do I use the the .setAssocNotset, .setAssoc, .set<whatever> ???
If you haven't noticed...I'm quite green with LAPI.
Thanks in advance for any reply
For example:
LAPI_Documents.GetObjectAttributesEx(LLValue objectID, LLValue catID, LLValue catVersion)
How do I create each of these LLValue objects? Is it like...
LLValue catVersion = (new LLValue()).setAssocNotSet();
When do I use the the .setAssocNotset, .setAssoc, .set<whatever> ???
If you haven't noticed...I'm quite green with LAPI.
Thanks in advance for any reply