Table of Contents

Enum DraftVisibilityType

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Specifies the kind of user who can view the minor version of a document draft.

public enum DraftVisibilityType

Fields

Approver = 2

Approvers can see minor versions of the document.

Author = 1

Authors and approvers can see minor versions of the document.

Reader = 0

Readers can see minor versions of the document.