Gets or sets whether default security should be restored on the retrieved object.
A boolean flag describing whether default security should be restored on the retrieved object. true
indicates that security on returned objects should be applied to with respect to the user who performs a query. false
indicates all the objects that satisfy the query criteria should be returned regardless of security settings. Default value for restoreSecurity is false
. This default mode, with no security information applied on the query, is more efficient.
true
, the query will not return any of the objects that the querying user does not have appropriate access to.
IFilter Interface | Plumtree.Remote.PRC.Collaboration.Query Namespace