Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ArrayList tagArray = new ArrayList();
  2. tagArray.Add(tag._ref);
  3.  
  4. NameValueCollection parameters = new NameValueCollection();
  5. //this is where I am stuck, how do I attach the tags to the parameters
  6.  
  7. CreateResult resultX = api.Create("task", toCreate, parameters );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement