Aqualogic Interaction API  
 

IPTSearchResponse.GetResultACL Method 

Returns the ACL of the result (for portal objects only), or the list of Collab roles that have access to the result (for Collab objects only).

For portal objects, both the ACL and folder ACL must match the user's access rights. Portal ACLs are returned as a space-separated string of group IDs and user IDs, where the user IDs are prefixed with the character 'u'.

string GetResultACL(
   int nRank
);

Parameters

nRank
Ungrouped result rank, in the range 0 to (GetReturnedResults()-1).

Return Value

the result's ACL

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace