Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing properties for download policy in IWeb #1485

Open
1 task done
zioseri opened this issue Jun 14, 2024 · 1 comment
Open
1 task done

Missing properties for download policy in IWeb #1485

zioseri opened this issue Jun 14, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@zioseri
Copy link

zioseri commented Jun 14, 2024

Category

  • Domain model extension

Describe the domain model extension

I am wondering if it's possible to extend the IWeb to cover download policies properties.

Model

The model is IWeb and properties are:

  • ExcludedBlockDownloadSharePointGroups
  • ExcludedBlockDownloadGroupIds
  • ReadOnlyForBlockDownloadPolicy

The call to /_vti_bin/client.svc/ProcessQuery returns them, but I cant see them mapped in IWeb

image

APIs

API :

POST /_vti_bin/client.svc/ProcessQuery

Thanks a lot!

@jansenbe
Copy link
Contributor

@zioseri : we're not using CSOM to load IWeb but rather use REST or Microsoft Graph. In the admin library there's an option to get site properties, but there we excluded these for now (due to a technical issue). At the moment, it's recommended to stick with CSOM for retrieving these properties.

@jansenbe jansenbe self-assigned this Jul 26, 2024
@jansenbe jansenbe added the question Further information is requested label Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants