protected void GrabAttachments(WordPressPost wpPage)
 {
     if (this.DownloadImages) {
         wpPage.GrabAttachments(this.SelectedFolder, this.Site);
     }
 }
 protected void GrabAttachments(WordPressPost wpPage)
 {
     if (chkFileGrab.Checked) {
         wpPage.GrabAttachments(ddlFolders.SelectedValue, wpSite);
     }
 }