adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ImportExportFacility Class / SetSourceFromFile Method
The name of the file to use.


In This Topic
    SetSourceFromFile Method
    In This Topic
    Sets the import source from a local file.
    Syntax
    'Declaration
     
    
    Public Sub SetSourceFromFile( _
       ByVal fileName As String _
    ) 
    public void SetSourceFromFile( 
       string fileName
    )
    public:
    void SetSourceFromFile( 
       String^ fileName
    ) 

    Parameters

    fileName
    The name of the file to use.
    Remarks
    This is the name of a file on the client. The contents of the file are streamed to the server.
    See Also