Table of Contents

Enum AccessRequestOption

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

Operation types for the SetAccessRequest method

public enum AccessRequestOption

Fields

Disabled = 2

Disables the access request and removes the specific email address (if present)

Enabled = 0

Enable the access request

SpecificMail = 1

Enables the access request for a specific email address. Works in combination with the email parameter.