Used in communication between host and Workflow activitys. Represents an File or Directory related event.

Namespace:  EPiServer.WorkflowFoundation.Activities
Assembly:  EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 6.1.379.0

Syntax

C#
[SerializableAttribute]
public class WorkflowFileSystemEventArgs : ExternalDataEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.Workflow.Activities..::.ExternalDataEventArgs
      EPiServer.WorkflowFoundation.Activities..::.WorkflowFileSystemEventArgs

See Also