- (id)initWithFolder:(AlfrescoFolder *)folder
includeDescendants:(BOOL)includeDescendants - Initializes a keyword search options
object with a specific folder and include descendants setting.
Parameters
- (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.