- (id)initWithExactMatch:(BOOL)exactMatch includeAll:(BOOL)includeAll
folder:(AlfrescoFolder *)folder includeDescendants:(BOOL)includeDescendants -
Initializes a keyword search options object with a specific value for exactMatch, includeAll,
folder and include descendants.
Parameters
- (BOOL) exactMatch
- Set to true for an exact match.
- (BOOL) includeAll
- Set to true to search content and metadata.
- (AlfrescoFolder *) folder
- The folder to search.
- (BOOL) includeDescendants
- Set to true to include descendents of the folder in the search.
Returns
(id) - returns the initialized object.