function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
David SomekhDavid Somekh 

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,

SuperfellSuperfell

You should be able to make the same API calls from c# as you can from java, which example were you looking at ?

David SomekhDavid Somekh

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!

 

SuperfellSuperfell

Make sure you have a current WSDL, make sure the user generating the WSDL has a content license.