Table of Contents

Interface ISharingInvitation

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

The SharingInvitation resource groups invitation-related data items into a single structure.

public interface ISharingInvitation

Properties

Email

The email address provided for the recipient of the sharing invitation. Read-only.

string Email { get; }

Property Value

string

InvitedBy

Provides information about who sent the invitation that created this permission, if that information is available. Read-only.

IIdentitySet InvitedBy { get; }

Property Value

IIdentitySet

SignInRequired

If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.

bool SignInRequired { get; }

Property Value

bool