InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / XfrEnableTemplates Property


In This Topic
    XfrEnableTemplates Property
    In This Topic
    Returns or specifies whether file transfer templates are enabled in 3270 terminal sessions.
    Syntax
    'Declaration
     
    
    Property XfrEnableTemplates As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.XfrEnableTemplates = value
     
    value = instance.XfrEnableTemplates
    bool XfrEnableTemplates {get; set;}

    Property Value

    The default value is False.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    See Also