Aqualogic Interaction API  
 

IPTSearchResponse.GetResultFolderACL Method 

Returns the ACL of the result's folder (for portal objects only). Both the ACL and folder ACL must match the user's access rights. The folder ACL is returned as a space-separated string of group IDs and user IDs, where the user IDs are prefixed with the character 'u'.

string GetResultFolderACL(
   int nRank
);

Parameters

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

Return Value

the result's folder's ACL

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace