Tell me more ×
Salesforce Stack Exchange is a question and answer site for Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.

Which object stores Content Library-Members list?

I need to find if current logged in user has just read(Viewer) access to a Library or write(Admin/Author) access?

share|improve this question

1 Answer

I would start with ContentWorkspaceDoc.IsOwner.

Description

Read only. Indicates whether the library owns the document and determines permissions for that document (true) or not (false). Documents can belong to more than one library, but only one library owns the document and determines its permissions.

The Data Model diagrams can be useful here.

Salesforce Content Objects Data Model

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.