-
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 modelshelp wantedExtra attention is neededExtra attention is needed
Description
Discussed in #1284
Originally posted by dabaker6 September 27, 2023
I'm in the middle of migrating from an old tool using SharePointPnPCoreOnline. When enabling content approval in lists there was the following enum for who is able to see draft versions of items.
public enum DraftVisibilityType
{
Reader,
Author,
Approver
}I can see the property on the list object in PnP Core SDK is an int, is it possible to have this as an enum?
Metadata
Metadata
Assignees
Labels
area: model 📐Related to the core SDK modelsRelated to the core SDK modelshelp wantedExtra attention is neededExtra attention is needed