ActiveTransfer Server 10.15 | webMethods ActiveTransfer Documentation | Working with Services in ActiveTransfer | Asset Folder | Summary of Elements in the Asset Folder | wm.mft.assets.monitorFolderAction:list
 
wm.mft.assets.monitorFolderAction:list
Retrieves basic information for all monitor folder action configured in ActiveTransfer Server.
Input Parameters
None.
Output Parameters
success
String If the service was successful in retrieving the list of all monitor folder action in ActiveTransfer Server.
*true The service was successful.
*false The service was not able to retrieve the list of the monitor folder action in ActiveTransfer Server.
actions
Document List Specifies the details of the monitor folder action in ActiveTransfer Server. Variables are:
*id String The internal identifier for the monitor folder action in ActiveTransfer Server.
*name String Name of the monitor folder action in ActiveTransfer Server.
*description String The description of the monitor folder action in ActiveTransfer Server.
*isActive String The status of the monitor folder action in ActiveTransfer Server.
*true The monitor folder action is active.
*false The monitor folder action is not active.
message
String A message that is logged after the service execution is complete.
Usage Notes
None.