Aqualogic Interaction API  
 

IPTSessionInfo.CheckPropertySearchRight Method 

Checks whether the current user has rights to search the indicated property. The check is performed against a cached set of properties that the user can search.

bool CheckPropertySearchRight(
   int nPropertyID
);

Parameters

nPropertyID
- The ID of the property for which access is being checked.

Return Value

true if the current user can search the property, false otherwise.

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace