JAMS 6.x Help
ForEachFile Class Members
Fields  Properties  Methods 


The following tables list the members exposed by ForEachFile.

Public Constructors
 NameDescription
Public ConstructorForEachFile ConstructorDefault Constructor  
Top
Protected Fields
 NameDescription
Protected FieldContinueExecutionDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Top
Public Properties
 NameDescription
Public PropertyBodySets the child Activity.  
Public PropertyContinuous

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 PropertyDeleteAfterProcessingWhen true, files will be deleted after being processed.  
Public PropertyDisplayName (Inherited from System.Activities.Activity)
Public PropertyId (Inherited from System.Activities.Activity)
Public PropertyPathSets the initial directory. If not set, the current working directory is searched.  
Public PropertyRecursiveWhen set to true, all subdirectories are also searched.  
Public PropertySearchPatternSets the file search pattern. The default is *.  
Public PropertyVariables  
Top
Protected Properties
 NameDescription
Protected PropertyCanInduceIdleAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Protected PropertyConstraints (Inherited from System.Activities.Activity)
Protected PropertyImplementation (Inherited from System.Activities.NativeActivity)
Top
Public Methods
 NameDescription
Public MethodResumeCommandBookmarkResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Public MethodToString (Inherited from System.Activities.Activity)
Top
Protected Methods
 NameDescription
Protected MethodAbort (Inherited from System.Activities.NativeActivity)
Protected MethodCacheMetadataOverloaded. Overridden. Caches Activity Metadata and Implemenation Variables  
Protected MethodCancelOverridden. When this activity has been requested to cancel.  
Protected MethodExecuteOverridden. Gets a list of files to be processed and starts processing.  
Protected MethodOnCreateDynamicUpdateMapOverloaded.  (Inherited from System.Activities.NativeActivity)
Protected MethodUpdateInstance (Inherited from System.Activities.NativeActivity)
Top
See Also

Reference

ForEachFile Class
MVPSI.JAMS.Activities Namespace

Send Feedback