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
list attribute information in VB6
Tomm_Knudsen_(sn_-_(deleted))
Hi! We have tried several ways to get the attribute information listet in xml files or strings. We have tried ll_XMLExport but we cannot get information regarding required or not, or information in popups attributes.Is there a better way of doing this?We are currently coding it something like this in Vb6:status=ll_valuealloc(expOptions)status=ll_valuesetassoc(expOptions)status=LL_AssocSetString(expOptionsm"scope","base")status=ll_assocsetboolean(expOptions,"attributeInfo",LL_True)ll_XMLExport session,NodeID,expOptions,"c:\" & cstr(nodeid) & ".xml"the result of this code is attached as xml file.then we are parsing the info we need using msxml parser.Any examples in vb6 or c++ that can help us on this issue is welcome.
Find more posts tagged with
Comments
There are no comments yet