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
Gajanan Bhad 9Gajanan Bhad 9 

How we access members list of Content Workspace by Apex.

JayOlayJayOlay
Hi Gajanan -- Please refer to the following StackExchange post (http://salesforce.stackexchange.com/questions/835/which-object-stores-content-library-members-list). There currently is no way to determine this list directly from the ContentWorkspace object, but you may be able to use the ContentWorkspaceDoc.IsOwner field through a SOQL query to determine this.

Cheers,
-Julien