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
shiva pendemshiva pendem 

How Get The all Documents which are there in Content Tab

HI All,

How to get all the Documents from content tab . Can any body suggest me How to write SOQL Query to get all the Files From Salesforce Content Tab and want to fetch and Create the Docs in .Net

Q : Please suggest me to fetch all the docs from salesforce content tab (SOQL)?

Thanks
Shiva
KaranrajKaranraj
Shiva - ContentDocument is the name of the Object for the salesforce Content tab. You can write SOQL query to fetch the details
Select id,title from ContentDocument
To know more about the list of fields, check this link - https://www.salesforce.com/developer/docs/api/index_Left.htm#CSHID=sforce_api_objects_contentversion.htm|StartTopic=Content%2Fsforce_api_objects_contentversion.htm|SkinName=webhelp