adTempus API
ArcanaDevelopment.adTempus.Client Namespace / IApplicationIntegration Interface / CaptureFile Method
The path/name of an existing file.
The name that the file should use after it is captured. Specify null or empty string to use the original name.

In This Topic
    CaptureFile Method (IApplicationIntegration)
    In This Topic
    Captures a file on disk and stores it in the job history.
    Syntax
    'Declaration
     
    
    Sub CaptureFile( _
       ByVal fileName As String, _
       ByVal displayName As String _
    ) 
    void CaptureFile( 
       string fileName,
       string displayName
    )

    Parameters

    fileName
    The path/name of an existing file.
    displayName
    The name that the file should use after it is captured. Specify null or empty string to use the original name.
    Remarks
    The file is copied to the adTempus CapturedFiles directory when you call CaptureFile.
    See Also