SEARCH_FOLDER command
Content Manager OnDemand searches the active folder using the current search criteria.
Command | Parameters |
---|---|
SEARCH_FOLDER | /A /O |
- Parameters
- A
- Indicates whether the documents resulting from the search are to be appended to the existing list. This parameter is optional. If not specified, the documents replace the previous list.
- O
- Indicates that the search criteria are to be ORed. This parameter is optional. If not specified, the search criteria are ANDed.
- Action
- Content Manager OnDemand searches the active folder using the current search criteria.
- Return Code
-
- 0
ARS_DDE_RC_NO_ERROR
- 8
ARS_DDE_RC_FOLDER_NOT_OPEN
- 11
ARS_DDE_RC_USER_ACTION_IN_PROGRESS
- Return Data
- None
Refer to the DoDdeCommand function.
DoDdeCommand( "SEARCH_FOLDER", "", NULL );