-----Original Message-----From: eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com] Sent: donderdag 26 augustus 2004 15:17To: eLink RecipientSubject: I do not know where the documenation is but the item can be found in I do not know where the documenation is but the item can be found in Posted by ConocoUser10 (Nair, Krishnankutty N) on 08/26/2004 09:14 AM In reply to: Where can I find documentation which describes feature like $WebNode.WebNodes.GetItem($TypeNode) Posted by EPLUS01Admin (Subramanya, Suhas) on 08/25/2004 11:29 PM I do not know where the documenation is but the item can be found in$WebNode( Look Under Globals in this module )WebNodes( this is an object or script reference you do this by ADD to Globals from the Ospace).GetItem (call the method or script)($TypeNode)(with the params). Right under the WebNode Globals object will be another objectif you do an inspect on the WebNodes object you can see the method.See screen shot .Since it is a global reference it cannot be called a part of this class and hence I guess will not show in the documentation meaning you can call this from any part of livelink module .
-----Original Message-----From: eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com] Sent: donderdag 26 augustus 2004 19:15To: eLink RecipientSubject: Thanks Krishnankutty. One more related question... Thanks Krishnankutty. One more related question... Posted by EPLUS01Admin (Subramanya, Suhas) on 08/26/2004 01:13 PM In reply to: I do not know where the documenation is but the item can be found in Posted by ConocoUser10 (Nair, Krishnankutty N) on 08/26/2004 09:14 AM Thanks Krishnankutty. $TypeNode is the parameter for the GetItem function. Now for e.g. I have two documents, one called suhas.doc and another called Krishnan.doc. Both of these documents will have the same value for $TypeNode i.e $TypeDocument.When I will call the function $WebNode.WebNodes.GetItem($TypeDocument), how will the system know which document it should fetch (i.e. rajesh.doc or Krishnan.doc) as both have the same key.In other words, since $TypeNode is not unique key, how does the system knows which document to retrieve.