Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

API Documentation
Last Post 04/12/2010 2:09 PM by Peter Donker. 7 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
BSchaffrin
New Member
New Member
Posts:3


--
03/15/2010 9:09 AM

Hello,

where can I find some dokumentaion about the API?

Thanks

Boris

 

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
03/15/2010 10:12 AM
Hi Boris,

There is no formal API documentation. This forum is there to answer questions about the API to help alleviate the lack of documentation of this part.

Peter
BSchaffrin
New Member
New Member
Posts:3


--
03/15/2010 10:39 AM
Hello Peter,
especialy I'm looking for the webservice which allows me to make an fileupload from an custom application.
Can you give me more information about this? Maybee an example?
Thanks
Boris
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
03/15/2010 11:25 AM
Hi Boris,

The web service that is currently included will be revised soon. Please use the EntriesController.SimpleUpload method. It injects a document in the DMX based on the entry id of the folder you're adding to. Permissions will be inherited from the folder.

Peter
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
03/15/2010 11:25 AM
BTW that method I mentioned is in the DMX.Core.dll which you should reference in your project.
BSchaffrin
New Member
New Member
Posts:3


--
03/15/2010 11:35 AM
ok, thanks!
David
New Member
New Member
Posts:1


--
04/02/2010 8:25 PM
how do you go about providing connection information to the EntriesController?
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
04/12/2010 2:09 PM
Hi David,

If you're using the dll directly on the server, you'll find most methods for data retrieval ask for a User ID. When referencing the dll you're assumed to be writing -within- a DNN context and you will have an authenticated user.

If you're using the web service you don't actually access any controller directly but just a service. This service currently uses "attached credentials" to authenticate.

Peter
You are not authorized to post a reply.