Tagged Questions
0
votes
1answer
188 views
Using client object model to trigger Content Organizer Rule
Using the client object model of sharepoint (Microsoft.SharePoint.Client) i'm trying building a client that will upload documents into the "Drop Off Library" within a record center site.
I can upload ...
0
votes
2answers
261 views
Route a document to a Record Center using Client Object Model
I need to programatically upload a document and route to the record center with all content organizer rules. This should be a Client Object Model Solution. I have a solution in Server Object Model. ...