Interface ISharingInvitation
The SharingInvitation resource groups invitation-related data items into a single structure.
Namespace: PnP.Core.Model.Security
Assembly: PnP.Core.dll
Syntax
public interface ISharingInvitation
Properties
The email address provided for the recipient of the sharing invitation. Read-only.
Declaration
string Email { get; }
Property Value
System.String
|
InvitedBy
Provides information about who sent the invitation that created this permission, if that information is available. Read-only.
Declaration
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.
Declaration
bool SignInRequired { get; }
Property Value
System.Boolean
|