Class UserLinkOptions
Properties that can be set when creating a new User Link
Inherited Members
Namespace: PnP.Core.Model.Security
Assembly: PnP.Core.dll
Syntax
public class UserLinkOptions : InviteOptionsBase
Properties
Recipients
A collection of recipients who will receive access to the sharing link.
Declaration
public List<IDriveRecipient> Recipients { get; set; }
Property Value
List<IDriveRecipient>
|
Type
The type of sharing link to create.
Declaration
public ShareType Type { get; set; }
Property Value
ShareType
|