InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / WRQKeepFile Property


In This Topic
    WRQKeepFile Property
    In This Topic
    Returns or specifies whether a copy of the file being sent should be kept on the host.
    Syntax
    'Declaration
     
    
    Property WRQKeepFile As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.WRQKeepFile = value
     
    value = instance.WRQKeepFile
    bool WRQKeepFile {get; set;}

    Property Value

    The default value is False.
    Remarks
    This property is relevant for files being submitted to the default print or batch queue, which are otherwise deleted automatically after they are submitted to these queues. This property is only relevant for transfers to VMS hosts (that is, when WRQHostSystem is set to HostSystemTypeOption.VMS). This property is relevant only for transfers that use the WRQ/Reflection protocol. The default value is False.
    See Also