get_matches_to
Description:
Gets all Accessible objects from the this, after
current_object
, matching a given rule
.
Parameters:
this |
A pointer to the Collection to query. |
current_object |
The object at which to start searching. |
rule |
An MatchRule describing the match criteria. |
sortby |
An CollectionSortOrder specifying the way the results are to be sorted. |
tree |
An CollectionTreeTraversalType specifying restrictions on the objects to be traversed. |
limit_scope |
If |
count |
The maximum number of results to return, or 0 for no limit. |
traverse |
Not supported. |
Returns:
All Accessible objects matching the given match rule after |