Aqualogic Interaction API  
 

IPTCatalog.QueryCardPaths Method (Int32, Boolean, Boolean)

Returns the document folders path of a document.

IPTQueryResult QueryCardPaths(
   int vsaCardIDs,
   bool bShowUnapproved,
   bool bShowAllUnapproved
);

Parameters

vsaCardIDs
bShowUnapproved
if true, shows unapproved documents that the user has access rights to.
bShowAllUnapproved
if true, shows all unapproved documents, including ones that the user has no access rights to approve (because the user does not have admin access privilege for those documents). If false, only documents that the user has access rights to approve are returned.

Return Value

IPTQueryResult containing PT_PROPID_OBJECTID, PT_PROPID_FOLDER_CARDAPPROVALSTAT, PT_PROPID_CARD_PARENTFOLDERID, and PT_PROPID_FOLDER_LEVEL

See Also

IPTCatalog Interface | com.plumtree.server Namespace | IPTCatalog.QueryCardPaths Overload List