.Net-client
Hello, Im working with .Net client and I need to get lock information from a document. Im requesting that info with an operation: operation = client.Operation("Repository.Query") .SetParameter("query", "SELECT * FROM PartItem WHERE item:PartName = ...
0 votes
0 answers
0 comments
1053 views
Hi all, In my project I am using the Nuxeo .NET client for querying the assets and until I decided to introduce tags in my project everything worked perfeclty. However, the issue I am facing is querying the assets with more than one tag in the ...
0 votes
1 answers
0 comments
916 views
I'm evaluating the Nuxeo FT10.1 platform using the VMware virtual machine available on the Nuxeo website. My problem comes when I upload a .docx file through the .NET SDK: the file is correctly uploaded, but when I access to the document through the ...
0 votes
2 answers
4 comments
2932 views
Hi we are creating our own system on top of nuxeo using its backend. The problem that i am struck in is that i want to do nested query search in nuxeo . Is it possible through page providers so far i didnt get any thing related to that . if some one ...
0 votes
1 answers
1 comments
1890 views
DirectoryInfo di = new DirectoryInfo(@"E:\Temp\1\Patriotic_Menu_1Sided"); FileInfo[] imageFiles = di.GetFiles("*.jpg"); var imgFile = imageFiles.FirstOrDefault(); Blob uploadedFileBlob = new Blob(imgFile.Name, imgFile); var document = ...
0 votes
0 answers
0 comments
1564 views
Hi, I am using .Net Drivers Client class to create a new instance and to connect to nuxeo. I want to do so that I can pass just the username and my login plugin handles the internal logic according to our external authentication. For that purpose I ...
0 votes
1 answers
0 comments
1792 views
Hi, I am breaking my head for quite long to figure out how to write a simple plugin , deploy it and debug it. Yes I have seen this one ...
0 votes
1 answers
7 comments
3068 views
Hi, I want to have a group of member and an admin . Members will have only the read rights, whereas admin will have all the rights even to manipulate the users. How should this be done using Rest API ? I could not find examples or any documentation ...
0 votes
1 answers
1 comments
2121 views
Hello, I have an external authentication service (in house), I want to use this service for authenticating Nuxeo as well. Wanted to know how to do it ? And I am using .Net client and I could not find a way to do it. Could someone please suggest how ...
0 votes
1 answers
2 comments
1670 views
HI, Does .Net client support User Management ? If yes then how ? If no then what is the alternative ? Thanks
0 votes
1 answers
3 comments
1864 views