Okay after more investigation I have figured out how to set this attribute.
The System Category is the built-in category that all livelink objects inherit. It specifies things like the Name, Creator, Create Date, etc. You can extend this category and add your own attributes. In this case...
A bit more investigation and it does appear to be an extension of the System Category.
I'm having troubles setting it's value through LAPI still. Note this is not a required attribute.
Here's what I'm currently doing to try and set the attribute.
Dim attribs As LLValue = (New...
As an example of the Title: in my workspace I see a list of documents and folders. This list displays the Type, Name, Title and Modified date of each folder/document. You can click on any of these headings and sort on that attribute.
Maybe the underlying attribute is not called the Title and...
Does anyone know how to set/retrieve the title of a folder or a document via LAPI?
I am able to set the name of the folder using this code:
llFolder.setString("Name", "Test Folder")
but I can't find the attribute to use to set the title. I've tried inspecting the LLVALUE object values but...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.