Get help from other users here.
Moderators: Developer , Contributor
Terko
Posts: 14 Joined: 13 Jan 2010, 14:25
Post
by Terko » 09 Feb 2010, 09:35
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
Post
by Terko » 17 Feb 2010, 15:40
hmm
nobody knows? dunno how to handle this problem.
urgrund
Posts: 4 Joined: 18 Oct 2010, 02:38
Post
by urgrund » 27 Nov 2010, 07:45
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!