Aqualogic Interaction API  
 

IPTAccessor.AttachToDocument Method 

Attaches this Accessor to the document identified by information in the PropertyBag

void AttachToDocument(
   IXPPropertyBag pBagDocumentLocation,
   IPTSession pSession
);

Parameters

pBagDocumentLocation
the location of the document. The information contained in this PropertyBag may vary depending on the repository type. For example, files on the file system are identified by UNC path, while Notes within a Lotus Notes database are identified by NoteID.
pSession
the Plumtree session of the current user

See Also

IPTAccessor Interface | com.plumtree.server Namespace