Home
last modified time | relevance | path

Searched refs:AttachmentFileName (Results 1 – 2 of 2) sorted by relevance

/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/
H A Dwebapp.h113 static wxString WebApp_GetAttachment(const wxString& AttachmentFileName);
H A Dwebapp.cpp622 wxString mmWebApp::WebApp_GetAttachment(const wxString& AttachmentFileName) in WebApp_GetAttachment() argument
624 wxString FileExtension = wxFileName(AttachmentFileName).GetExt().MakeLower(); in WebApp_GetAttachment()
626 …mmWebApp::getServicesPageURL() + "&" + WebAppParam::DownloadAttachments + "=" + AttachmentFileName; in WebApp_GetAttachment()