-
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? |
Beta Was this translation helpful? Give feedback.
Answered by
jansenbe
Sep 28, 2023
Replies: 1 comment 1 reply
-
@dabaker6 : that indeed makes sense, created an issue to track this ask |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dabaker6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dabaker6 : that indeed makes sense, created an issue to track this ask