adTempus API
PreviousUpNext
IFileCaptureAction Interface

The FileCaptureAction allows a job or step to capture files produced by the job or step.

C++
__interface IFileCaptureAction : IAction;
C#
public interface IFileCaptureAction : IAction;
Visual Basic
Public Interface IFileCaptureAction
Inherits IAction
adTempus Class ID

{E92EC59C-73BA-4F57-A348-B48D2CD3B92D}

To capture files:

  • Create a FileCaptureAction
  • Create one or more FileCaptureSpecs to define the files to be captured and add them to the FilesToCapture collection.
  • Attach the FileCaptureAction to a Response.

Database Table Name

FileCaptureAction

adTempus API Reference version 3.0.0.0, revised 10/30/2008