adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ApplicationIntegration Class / CaptureFileData Method
The contents to write to the file
The file name to display for the data.
The path to display for the file. Can be null or empty.
The timestamp to display for the file.


In This Topic
    CaptureFileData Method (ApplicationIntegration)
    In This Topic
    Stores data as a Captured File in the job history.
    Syntax
    'Declaration
     
    
    Public Sub CaptureFileData( _
       ByVal fileContents() As Byte, _
       ByVal displayName As String, _
       ByVal originalPath As String, _
       ByVal fileDate As Date _
    ) 
    public void CaptureFileData( 
       byte[] fileContents,
       string displayName,
       string originalPath,
       DateTime fileDate
    )

    Parameters

    fileContents
    The contents to write to the file
    displayName
    The file name to display for the data.
    originalPath
    The path to display for the file. Can be null or empty.
    fileDate
    The timestamp to display for the file.
    See Also