-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Labels
area: model 📐Related to the core SDK modelsRelated to the core SDK models
Description
See #888.
Will require using Graph to build a field update payload containing "propagateChanges": true.
See https://docs.microsoft.com/en-us/graph/api/columndefinition-update?view=graph-rest-1.0 for the Graph info, see https://github.com/pnp/pnpcore/blob/dev/src/sdk/PnP.Core/Services/Core/Query/QueryClient.cs#L737-L864 for sample code on how to get the modified IField properties.
Note: there's no Graph mapping for IField, so manual property name mapping would be needed (if needed)
Alternative approach is using CSOM
Metadata
Metadata
Assignees
Labels
area: model 📐Related to the core SDK modelsRelated to the core SDK models