adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CapturedFile Class / WriteContentsToFile Method


In This Topic
    WriteContentsToFile Method
    In This Topic
    Retrieves the file data from the server and returns it to a local file.
    Syntax
    'Declaration
     
    
    Public Sub WriteContentsToFile( _
       ByVal fileName As String _
    ) 
    public void WriteContentsToFile( 
       string fileName
    )
    public:
    void WriteContentsToFile( 
       String^ fileName
    ) 

    Parameters

    fileName
    See Also