This enum contains the possible return values for a custom file transfer handler.
Values ¶
            pdg.transferResult.Cached
        
The transfer handler determined the file was already cached, and did not recopy the file
            pdg.transferResult.Failure
        
The transfer handler encountered an error when copying the file to the destination path
            pdg.transferResult.Skip
        
The transfer handler chose not to handle the file
            pdg.transferResult.Success
        
The transfer handler successfully copied the file to the destination path