Aqualogic Interaction API  
 

IPTCatalog.QueryFoldersByFilter Method 

Returns an IPTQueryResult of document folders that use a particular classification Filter. Filters can be assigned to multiple folders. This returns which folders have filters mapped to them.

IPTQueryResult QueryFoldersByFilter(
   int nFilterID
);

Parameters

nFilterID
filterID of the Filter

Return Value

IPTQueryResult of PT_PROPID_OBJECTID, PT_PROPID_NAME, PT_PROPID_DESCRIPTION, and PT_PROPID_ISLOCALIZED

See Also

IPTCatalog Interface | com.plumtree.server Namespace