Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. slangevi

    Set Folder Title using LAPI

    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...
  2. slangevi

    Set Folder Title using LAPI

    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...
  3. slangevi

    Set Folder Title using LAPI

    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...
  4. slangevi

    Set Folder Title using LAPI

    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...

Part and Inventory Search

Back
Top