JAMS Developer Guide
ForEachFile Class Properties


MVPSI.JAMS.Activities Namespace : ForEachFile Class

For a list of all members of this type, see ForEachFile members.

Public Properties
 NameDescription
Public PropertySets the child Activity.  
Public Property

When set to true, the activity will run continuously, even when there are no matching files. When there are no matches, the activity waits until a file arrives. When set to false, the activity completes when there are no matching files.

Make sure that your workflow does something to the matching files so that they no longer match. Otherwise, you will create a loop.

 
Public PropertyWhen true, files will be deleted after being processed.  
Public Property (Inherited from System.Activities.Activity)
Public Property (Inherited from System.Activities.Activity)
Public PropertySets the initial directory. If not set, the current working directory is searched.  
Public PropertyWhen set to true, all subdirectories are also searched.  
Public PropertySets the file search pattern. The default is *.  
Public Property  
Top
Protected Properties
 NameDescription
Protected PropertyAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Protected Property (Inherited from System.Activities.Activity)
Protected Property (Inherited from System.Activities.NativeActivity)
Top
See Also

Reference

ForEachFile Class
MVPSI.JAMS.Activities Namespace