Aqualogic Interaction API  
 

IPTDataSourceProvider.AttachToDocument Method 

Attach to Document (requires that Initialize has been successfully called already) Takes the Document Location Information (where the Document is located inside the Repository) and the Accessor to be used (the ID of which is taken from the Document Type). Using this, the document is located, the Accessor is initialized (after doing a sanity check on Data Format) and the Fields are retrieved (and resolved). Attaches the DataSourceProvider to a specific Document in the Repository

void AttachToDocument(
   IXPPropertyBag pBagDocumentLocation,
   string AccessorID
);

Parameters

pBagDocumentLocation
a Provider specific document node property bag
AccessorID
a String identifying the appropriate accessor to be used for this document

See Also

IPTDataSourceProvider Interface | com.plumtree.server Namespace