vfsId | String (Optional) The internal identifier for the virtual folder in ActiveTransfer Server on which you want to retrieve information. | |||
vfsPath | String Path of the virtual folder in ActiveTransfer Server on which you want to retrieve information. For example, if you want to retrieve information on the folder po which is a subfolder under inbound, and inbound is a subfolder under the root folder data, the vfsPath value to be specified is data/inbound/po. |
success | String If the service was successful in retrieving information on the specified virtual folder in ActiveTransfer Server. true The service was successful. false The service was not able to retrieve information on the specified virtual folder in ActiveTransfer Server. |
vfsDetails | Document Reference A document reference to the
wm.mft.assets.rec.vfs:VfsDetails document type, which specifies the details of the virtual folder in ActiveTransfer Server. |
childVfsList | Document List A list of all the subfolders under the virtual folder. Variables are: vfsId String Internal identifier of the subfolder under the virtual folder. vfsName String Name of the subfolder under the virtual folder. |
message | String A message that is logged after the service execution is complete. |