SharePoint / PnP-JS-Core

Code moved to https://github.com/pnp/pnpjs. This repository is archived.
Other
379 stars 231 forks source link

Retrieve HasUniqueRoleAssignments and RoleAssignments properties and expand it using RenderListDataAsStream method #775

Closed shrutikamendhe closed 6 years ago

shrutikamendhe commented 6 years ago

Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your needs please complete the below template to ensure we have the details to help. Thanks!

Please check out the Developer Guide to see if your question is already addressed there. This will help us ensure our documentation covers the most frequent questions.

Category

[ ] Enhancement

[ ] Bug

[X] Question

Version

Please specify what version of the library you are using: [ 3.0.0 ]

If you are not using the latest release, please update and see if the issue is resolved before submitting an issue.

Expected / Desired Behavior / Question

We wanted to submit our SPFx web part on Microsoft App Catalog. During an evaluation, we got the feedback to implement RenderListDataAsStream method wherever we are using getItemsByCAMLQuery to retrieve the list items.

We wanted to retrieve and expand HasUniqueRoleAssignments and RoleAssignments for files and folder for a particular document library.

Could you please share some sample examples?

Thanks!

patrick-rodgers commented 6 years ago

I don't have an example handy for that specific operation. You can review the existing docs for RenderListDataAsStream for guidance.

patrick-rodgers commented 6 years ago

Going to close this as answered, please reopen should you need to continue the conversation. Thanks!