Page 1 of 1

Futureware.MantisConnect.Attachment C#

Posted: 09 Feb 2010, 09:35
by Terko
Can any1 explain me in a short example how this class works?
or add into my code what i have to modify

Code: Select all

using Futureware.MantisConnect;
 static void Main(string[] args)
    {
        Session Mantis = new Session(path, user, pass, networkcred);
        Issue MantisIssue = new Issue();
        Attachment MantisAtt = ? 

        Mantis.Connect();

        MantisIssue.Attachment = MantisAtt; ? 
        Mantis.Request.IssueAdd(MantisIssue);
    }

Re: Futureware.MantisConnect.Attachment C#

Posted: 17 Feb 2010, 15:40
by Terko
hmm
nobody knows? dunno how to handle this problem.

Re: Futureware.MantisConnect.Attachment C#

Posted: 17 Feb 2010, 20:05
by atrol
try writing to the mantisconnect mailing list: mantisconnect-users@lists.sourceforge.net

Re: Futureware.MantisConnect.Attachment C#

Posted: 27 Nov 2010, 07:45
by urgrund
hi,

did anyone find a resolution to this?
The Attachment() class in the MantisConnect library only has getters and nothing to set anything for a new attachment.

how do you go about this?

thanks!