Folder.Action

Performs a specified action.

Parameters

One of the following Folder commands must be specified in the URL or appear as the name of a form object.

The existence of one of these values in the URL determines the action that is invoked. For information about the parameters of a command, refer to the section for that command.

Return Values

Returns the result of the folder command used as a parameter. For information about the return value of a command, refer to the section for that command.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type=hidden name=User.context value=xyz>
   <INPUT type=hidden name=action value=Folder.Action>
   <INPUT type=hidden name=Folder.Share value=1>
   <INPUT type=hidden name=Folder.id value=10>
</FORM>