pnp / pnpcore

The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
https://aka.ms/pnp/coresdk/docs
MIT License
304 stars 193 forks source link

Add `BaseType` to `SP.IList` #1532

Closed viceice closed 1 month ago

viceice commented 1 month ago

Category

Describe the domain model extension

Please add BaseType to SP.IList.

Model

Model: IList Properties: BaseType

APIs

API : https://<tenant>.sharepoint.com/sites/<site>/_api/web/lists(guid'<listId>')/baseType

Additional Information

https://learn.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ms436057(v=office.14)

jansenbe commented 1 month ago

@viceice : just implemented this, please check the next nightly to use this property. I'm closing the issue now, but feel free to re-open in case you can't get it work.