TransferService.getTransferFileInfo Method
        
 Gets the transfer file info.
 
         
        Parameters
        
            - transferFile
            
 
            - 
                
Type: string
The transfer file's ID (if uploaded), or the transfer file's UNC path. 
            - includeAllDetails
            
 
            - 
                
Type: bool
(optional) A flag used to indicate if all file details should be included. 
            - exposePasswords
            
 
            - 
                
Type: bool
(optional) A flag used to indicate if app setting passwords should be exposed. 
        
        Return Value
        
Type: jQuery.Promise
        
Value: Object
        
Element Value: TransferFileInfo
        
 A promise object that is resolved when the call is completed.
 If successful, an object of type dundas.transfer.TransferFileInfo is returned.