You need to sign in to do that
Don't have an account?

How can I access Content using C#?
Hi all,
I saw an Example using Content in Java code.
It turns out that I can not access Content that way also in C# anybody knows how can I access Content using C#?
Thanks,
You should be able to make the same API calls from c# as you can from java, which example were you looking at ?
Hi ,
I am looking at:
http://developer.force.com/cookbook/recipe/publishing-documents-into-a-salesforce-crm-content-personal-workspace
for example: This compiles:
sforce.SforceService
BUT not compiles
sforce.ContentVersion and ContentVersion.
What may be the ploblem?
Thanks!
Make sure you have a current WSDL, make sure the user generating the WSDL has a content license.