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
Getting a WebNode from an LLNode
Dylan_Wright_(xisdylan_-_(deleted))
Does anyone know a quick way to get the corresponding Webnode for a given LLNode (or better yet, just a subtype)? Essentially, what I'm trying to do is make a wrapper in one webnode's action-browse that will just call the action-browse from another webnode...
Find more posts tagged with
Comments
eLink User
Message from Hans Stoop via eLinkObject webNode = $WebNode.WebNodes.GetItem( $TypeFolder )Hans> -----Original Message-----> From: eLink Discussion: Development Discussion> [mailto:development@elinkkc.opentext.com]> Sent: woensdag 8 maart 2000 23:31> To: eLink Recipient> Subject: Getting a WebNode from an LLNode> > > Getting a WebNode from an LLNode> Posted by XISConUser2 on 03/08/2000 05:25 PM> > Does anyone know a quick way to get the corresponding > Webnode for a given LLNode (or better yet, just a subtype)? > Essentially, what I'm trying to do is make a wrapper in > one webnode's action-browse that will just call the > action-browse from another webnode...> > [To reply to this thread, use your normal e-mail reply function.]> > ============================================================> > Discussion: Development Discussion>
http://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=viewLivelink
Server:
http://knowledge.opentext.com/knowledge/livelink.exe
Dylan_Wright_(xisdylan_-_(deleted))
Many thanks.