Search found 6 matches

by Anders Molin
Fri Jan 14, 2005 1:19 pm
Forum: Support (Dragnet)
Topic: Update user through the webservice
Replies: 1
Views: 5752

Update user through the webservice

Currently I use the webservice to add new users to Dragnet. Is there any way to later change the users group membership? I can not find any way to edit an existing user, but maybe it's just me? ;) I would also love to be able to add new projects, but currently I don't see that option either... Is th...
by Anders Molin
Wed Jan 12, 2005 8:18 pm
Forum: Support (Vault)
Topic: FolderID and Client API
Replies: 1
Views: 2282

I figured it out... VaultClientFolder.ID is the same as FolderID in other places, but the interesting thing is that neither Object Browser, nor the debugger showed there was an ID property, but intellisense did, thats why I found it... Strange... Anyway, I'm having a lot of fun with this API, it's n...
by Anders Molin
Wed Jan 12, 2005 7:22 pm
Forum: Support (Vault)
Topic: FolderID and Client API
Replies: 1
Views: 2282

FolderID and Client API

Vault 3.0.1 I'm using the client API to make it possible to assign userrights from my code, and everything is working out except for one thing. I need to find the FolderID for a folder, so I can set it in a VaultFolderRightsItem. If I find that ID manually and hardcode it, everything works, but I ha...
by Anders Molin
Mon Jan 10, 2005 1:13 pm
Forum: Support (Dragnet)
Topic: Client API for Dragnet
Replies: 5
Views: 10427

Thank you Mary Jo :)

That is more than enough to get me going :)

- Anders
by Anders Molin
Sat Jan 08, 2005 5:45 pm
Forum: Support (Dragnet)
Topic: Client API for Dragnet
Replies: 5
Views: 10427

Thank you. I had seen that post before but not tried it as it looks like it's only for the external-add feature. There is some more stuff involved in using the webservice to actually log on to Dragnet in order to manipulate with users and such ;) But thanks, I think I'll just try to play a bit with ...
by Anders Molin
Sat Jan 08, 2005 3:51 pm
Forum: Support (Dragnet)
Topic: Client API for Dragnet
Replies: 5
Views: 10427

Client API for Dragnet

Are you by any chance going to make a client API avaliable for Dragnet?
I'm current using the one for Vault and would love to be able to create users and projects from my own code for Dragnet as I do for Vault.

If not, is there any documented way to use the Webservice directly?

- Anders