ACTIVATE_FOLDER command
Content Manager OnDemand makes the specified folder the active folder.
| Command | Parameters |
|---|---|
| ACTIVATE_FOLDER | /F folder
name |
- Parameters:
- F
- Specifies the folder name of a currently open folder. This parameter is required.
- Action
- Content Manager OnDemand makes the specified folder the active folder.
- Return Code
-
- 0
ARS_DDE_RC_NO_ERROR- 2
ARS_DDE_RC_PARM_NOT_SPECIFIED- 3
ARS_DDE_RC_INVALID_PARM_VALUE- 6
ARS_DDE_RC_NOT_LOGGED_ON- 11
ARS_DDE_RC_USER_ACTION_IN_PROGRESS
- Return Data
- None.
Refer to the DoDdeCommand function.
DoDdeCommand( "ACTIVATE_FOLDER", "Mary's Folder", NULL );