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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LL_GetObjectInfo IN VB

Status
Not open for further replies.

frankliveLink

Technical User
Feb 18, 2005
2
CA
How can extract the type of document (PDF, XLS, TXT,…) when I use the LL_GetObjectInfo

Tanks
 
GetObjectInfo gives you qualifying information about the objects within the livelink system for eg the subtype of the documents.The idea being you ask the system,what can you tell me about 25014.Return it will say it is a subtype=144.Then you say a ha if it is a subtype=144 I can look at the versions info by ListVersions or if you are interested only in the currentversion LL_GetVersionInfo.For a versionable object ,For example a document subtype is 144.It is populated from DVERSDATA.If you wanted to get the mime typeyou would have to pass in the volumeid and objectid in a ListVersions call.This will return a RecArray containing all the versions information.Each of these records will have the mimetype of the object in question.This is the information you get when you go thru the GUI and hit specific for an object.

If you would rather show me thru JAVA I can post you a snippet.



Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top