WebKit.WebKitDownload.NotifyDecideDestinationWithSuggestedFilename C# (CSharp) Méthode

NotifyDecideDestinationWithSuggestedFilename() private méthode

private NotifyDecideDestinationWithSuggestedFilename ( WebDownload download, string fileName ) : void
download WebDownload
fileName string
Résultat void
        internal void NotifyDecideDestinationWithSuggestedFilename(WebDownload download, string fileName)
        {
            if (FilePath != "")
                download.setDestination(FilePath, 1);
            else
                download.setDestination(fileName, 1);
        }