Table of Contents

Enum ShareScope

Namespace
PnP.Core.Model.Security
Assembly
PnP.Core.dll

The scope of a link

public enum ShareScope

Fields

[EnumMember(Value = "anonymous")] Anonymous = 0

Anyone with the link has access, without needing to sign in. This may include people outside of your organization. Anonymous link support may be disabled by an administrator.

[EnumMember(Value = "organization")] Organization = 1

Anyone signed into your organization (tenant) can use the link to get access. Only available in OneDrive for Business and SharePoint.

[EnumMember(Value = "users")] Users = 2

Specific people in the recipients collection can use the link to get access. Only available in OneDrive for Business and SharePoint.