InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IMapperFileTransfer Interface / InsertAtLine Property


In This Topic
    InsertAtLine Property
    In This Topic
    Gets or sets the host file line number (1-99999) at which the contents of the PC file will be inserted, for uploads when the IfExists setting is set to Insert. It does not apply otherwise.
    Syntax
    'Declaration
     
    
    Property InsertAtLine As Integer
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim value As Integer
     
    instance.InsertAtLine = value
     
    value = instance.InsertAtLine
    int InsertAtLine {get; set;}
    See Also