Futureware.MantisConnect.Attachment C#

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Terko
Posts: 14
Joined: 13 Jan 2010, 14:25

Futureware.MantisConnect.Attachment C#

Post 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);
    }
Terko
Posts: 14
Joined: 13 Jan 2010, 14:25

Re: Futureware.MantisConnect.Attachment C#

Post by Terko »

hmm
nobody knows? dunno how to handle this problem.
atrol
Site Admin
Posts: 8531
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Futureware.MantisConnect.Attachment C#

Post by atrol »

try writing to the mantisconnect mailing list: mantisconnect-users@lists.sourceforge.net
Please use Search before posting and read the Manual
urgrund
Posts: 4
Joined: 18 Oct 2010, 02:38

Re: Futureware.MantisConnect.Attachment C#

Post 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!
Post Reply