Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Categories Listing
Neil_Dowson
Hi All How do you get a list of all available Categories in Livelink 9.5
Find more posts tagged with
Comments
Neil_Dowson
This is using LAPI by the way.
eLink User
Message from Nair, Krishnankutty N. via eLinkYou should probably build out a query against dtree for subtype=131Select * from dtree where subtype=131LAPI queries assume that all categories exist in the categories volumewhich may not be true in 9.1 and upper sytems.If you had object permissions you could create acetegory in your personal workspace.Once you have the result set you get the objectid and you can applycategory specific actions thru lapi.If your company keeps all categories in the cats volume then somethinglike doc.ListObjects( volumeID, objectID(of your categoriesvolume),"dtree","subtype=131", permissions, L children )May work I am not sure I haven't checked.-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Wednesday, November 02, 2005 12:17 PMTo: eLink RecipientSubject: Category ListingCategory ListingPosted by El-Khoueiry, Marwan on 11/02/2005 01:13 PMThis is using LAPI by the way.[To reply to this thread, use your normal E-mail reply function.]============================================================Topic: Categories Listing
https://knowledge.opentext.com/knowledge/livelink.exe/open/4288331Discussion
: Development Discussion
https://knowledge.opentext.com/knowledge/livelink.exe/open/786303Livelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exeTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.development@elinkkc.opentext.com.