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 nothing is jumping out at me. Am I missing something?
Anyone have any ideas? Thanks!
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 nothing is jumping out at me. Am I missing something?
Anyone have any ideas? Thanks!