WebKit.WebKitDownload.NotifyDecideDestinationWithSuggestedFilename C# (CSharp) Метод

NotifyDecideDestinationWithSuggestedFilename() приватный Метод

private NotifyDecideDestinationWithSuggestedFilename ( WebDownload download, string fileName ) : void
download WebDownload
fileName string
Результат void
        internal void NotifyDecideDestinationWithSuggestedFilename(WebDownload download, string fileName)
        {
            if (FilePath != "")
                download.setDestination(FilePath, 1);
            else
                download.setDestination(fileName, 1);
        }